Authorization: Bearer ********************{
"billing": {
"id": 34
},
"terminal": {
"id": 1593
},
"cvv": "996",
"exp": "12/31",
"holderName": "John Wick",
"number": "6011421812165456"
}curl --location --request POST '/api/customer-vault/<customerId>/card' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"billing": {
"id": 34
},
"terminal": {
"id": 1593
},
"cvv": "996",
"exp": "12/31",
"holderName": "John Wick",
"number": "6011421812165456"
}'{
"id": 1,
"number": 5456,
"bin": {
"bin": 411111,
"brand": "Visa",
"organization": "Jpmorgan Chase Bank, N.a.",
"type": "Credit",
"category": null,
"country": {
"name": "United States",
"code": "US"
}
},
"exp": "2031-12-31",
"token": "sThSWfACWMSp5456",
"order": 50,
"attempt": {
"date": null,
"retries": 0
},
"lastUsedOn": null,
"status": "Active",
"note": null,
"createdOn": "2021-06-03 08:26:26"
}