cards
Create Card
post/v2/cards/
Request body
Example request
{
"exp_year": 2022,
"exp_month": 12,
"customer": "cust_yWYfCSzsUUhr9KwMv7vuLZHX",
"cvc": "123",
"number": "4242424242424242",
"preferred_network": "national",
"zip_code": "75001",
"external_id": "UniqueId123",
"name": "My card",
"tokenize": true
}Response
Successful Response
Example response
{
"brand": "visa",
"country": "FR",
"created": "1512518400",
"exp_month": 12,
"exp_year": 2022,
"external_id": "UniqueId123",
"id": "card_yWYfCSzsUUhr9KwMv7vuLZHX",
"last4": "4242",
"name": "My card",
"zip_code": "75001"
}