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

    ErrorResponse

    {
        "status": "error",
        "message": "Client ID not found",
        "code": "AUTHERR"
    }
    Built with