Skip to main content

Trust Payments

Quick Start
  1. Sign up at trustpayments.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Trust Payments →

Overview

UK-based payment processor with one-phase and two-phase support

Provider IDtrustpayments
CategoryCard Processors
Websitetrustpayments.com

Supported operations: start_tx capture_tx refund_tx status


Authentication

JWT token authentication


Payment Flow

Payment Flow

One-phase:

  1. start_tx - Direct charge
    • POST to /v1/payments
    • JWT token in Authorization header
    • Returns transaction reference

Two-phase:

  1. start_tx - Authorization
    • POST to /v1/payments with accounttypedescription=AUTH
    • Status approvedauthorized
  2. capture_tx - Capture
    • POST to /v1/payments/{ref}/capture

Refund:

  • refund_tx - Refund payment
    • POST to /v1/payments/{ref}/refund

Resources