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": {
    }
}