Developer guide
API reference
  • API reference
    • Nothing Found
    Prerelease - hosted checkout API reference
    Authentication
    Customers
    Payment intents
    Payment methods
      Data definitions
        schema
        Card
        schema
        CardResponse
        schema
        PaymentMethodRequest
        schema
        PaymentMethodResponse
        schema
        ErrorMessage
        schema
        DetachPaymentMethodRequest
        schema
        DetachPaymentMethodResponse
        schema
        Mandate
        schema
        StandingInstructionType
        schema
        MandateStatus
      post
      Create a payment method
      post
      Detach a payment method
      get
      Get mandates for a payment method
      get
      Get mandate by ID
      delete
      Revoke a mandate
    Setup intents

Card

cvv
string

The three- or four-digit card verification value (CVV) of the payment card.

object

The expiration month and year of the payment card.

number
string

The payment card number.

{
  • "number": "string",
  • "cvv": "string",
  • "expiry": {
    • "month": "string",
    • "year": "string"
    }
}