Paysafecard

ID: paysafecard-trust | Provider: TrustPayments | Region: International

Overview

Prepaid voucher system. Customer enters 16-digit PIN purchased at retail locations.

Required Fields

None - PIN entered at provider interface.

Request Example

{
  "paymentMethod": {
    "id": "paysafecard-trust"
  },
  "reference": "ORDER-12345",
  "customer": {
    "id": "cust_abc123",
    "email": "customer@example.com"
  },
  "amount": "25.00",
  "currency": "EUR",
  "returnLinks": {
    "default": "https://yourproduct.com/return"
  }
}

Response Action

{
  "type": "redirect",
  "method": "GET",
  "url": "https://payment.paysafecard.com/pay/...",
  "expiresAt": "2025-11-18T15:30:00Z"
}