Developer guide
API reference
  • Prerelease Apple Pay developer guide
  • Prerelease credit cards API reference
    • Nothing Found
    Prerelease - credit cards API reference
    Credit cards
      Apple Pay
      Credit cards
      Data definitions
        schema
        ToastError
        schema
        PaymentStatus
        schema
        AuthorizationMetadata
        schema
        PartnerServiceInfo
        schema
        PaymentRequestMetadata
        schema
        PaymentAuthorization
        schema
        BillingAddress
        schema
        DeliveryAddress
        schema
        ApplePayRegistrationResponse
        schema
        ApplePayPaymentSessionRequest
        schema
        ApplePayPaymentSessionResponse
        schema
        ApplePayIntegration
        schema
        ApplePayUnregisterDomainRequest
        schema
        ApplePayUnregisterDomainResponse
        schema
        ApplePayIntegrationDetailsResponse
        schema
        ErrorMessage

ToastError

Contains error details.

description
required
string

A human-readable description of the problem.

detail
string

Error details, such as an exception and stack trace.

{
  • "description": "string",
  • "detail": "string"
}