unified-payments
    unified-payments
    • Unified Payments
      • Overview
      • Encryption
      • Authentication
      • Card (Non-3DS)
      • Card (3DS)
      • Apple Pay
    • Unified Payments API
      • Payments
        • Initiate Payment
        • List Payments
        • Get Payment
      • Refunds
        • Initiate Refund
        • List Refunds
        • Get Refund
    • Schemas
      • Schemas
        • SuccessResponse
      • ErrorResponse
      • PaymentRequest
      • PaymentResponse
      • WebhookPayload

    PaymentResponse

    {
        "status": "successful",
        "message": "Payment processed successfully",
        "data": {
            "payment_id": "01HXYZ123ABC456DEF789GHI",
            "merchant_reference": "order_12345",
            "merchant_meta": {
                "customer_id": "cust_789",
                "order_type": "retail"
            },
            "amount": 5000,
            "currency": "USD",
            "status": "completed",
            "authorization_code": "AUTH123456",
            "failure_reason": "Insufficient funds",
            "session_id": "01HXYZ987SESSION654XYZ",
            "challenge_url": "https://acquiring.globalremitfs.com/3ds-sessions/01HXYZ987SESSION654XYZ",
            "created_at": 1699564800000,
            "completed_at": 1699564802000
        }
    }
    Built with