Skip to main content

TrustPay

Quick Start
  1. Sign up at trustpay.eu 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 TrustPay →

Overview

European payment gateway with ONE-PHASE ONLY payments and redirect support

Provider IDtrustpay
CategoryCard Processors
Websitetrustpay.eu

Supported operations: start_tx refund_tx status


Authentication

API Key + Signature (HMAC-SHA256)


Payment Flow

Payment Flow

One-phase with redirect:

  1. start_tx - Create payment
    • POST to /api/Payments/Payment
    • Payload: merchant_account, amount, return URLs
    • Returns payment_request_id and redirect URL
    • Customer redirected to payment page
  2. status - Check payment status
    • GET to /api/Payments/Status
    • Parse status from response
    • Successcharged
    • Processingcharging
    • Failedrejected

Refund:

  • refund_tx - Refund payment
    • POST to /api/Payments/Refund
    • Requires original payment_request_id

Note: TrustPay only supports one-phase payments. No authorization-capture flow.


Resources