Skip to main content

PAN (Primary Account Number) data for card tokenization

card_number
string
required

Card number (PAN)

Required string length: 13 - 19
Pattern: ^\d{13,19}$
Example:

"4111111111111111"

expiry_month
string
required

Expiry month (MM)

Pattern: ^(0[1-9]|1[0-2])$
Example:

"12"

expiry_year
string
required

Expiry year (YY)

Pattern: ^\d{2}$
Example:

"30"

cvc
string
required

Card verification code

Required string length: 3 - 4
Pattern: ^\d{3,4}$
Example:

"123"

holder_name
string
required

Cardholder name

Maximum string length: 255
Example:

"John Doe"