Trust Payments
Quick Start
- Sign up at trustpayments.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
UK-based payment processor with one-phase and two-phase support
| Provider ID | trustpayments |
| Category | Card Processors |
| Website | trustpayments.com |
Supported operations: start_tx capture_tx refund_tx status
Authentication
JWT token authentication
Payment Flow
Payment Flow
One-phase:
- start_tx - Direct charge
- POST to
/v1/payments - JWT token in Authorization header
- Returns transaction reference
- POST to
Two-phase:
- start_tx - Authorization
- POST to
/v1/paymentswithaccounttypedescription=AUTH - Status
approved→authorized
- POST to
- capture_tx - Capture
- POST to
/v1/payments/{ref}/capture
- POST to
Refund:
- refund_tx - Refund payment
- POST to
/v1/payments/{ref}/refund
- POST to