Skip to main content
POST
Card Tokenize

Authorizations

x-api-key
string
header
required

Body

application/json
cardNumber
string
required

Full card number (PAN) with no spaces or dashes

Pattern: ^\d{13,19}$
Example:

"4242424242424242"

expiryMonth
string
required

Two-digit expiry month, zero-padded

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

"12"

expiryYear
string
required

Two-digit expiry year

Pattern: ^\d{2}$
Example:

"28"

cvv
string
required

Card verification value (3 digits for Visa/MC, 4 for Amex)

Pattern: ^\d{3,4}$
Example:

"123"

Response

Card tokenized successfully

success
boolean
required
status
string
required
message
string
required
data
object
required