External Cards
Update External Card
Update External Card data
patch/external_cards/{external_card_id}
Path parameters
external_card_idstring uuid required
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7
The unique identifier of an external card
Request body
Response
External Card details
Example response
{
"created_time": "2010-05-06T12:23:34.321Z",
"currency": "USD",
"customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"deletion_time": "2010-05-06T12:23:34.321Z",
"expiration_month": "06",
"expiration_year": "25",
"last_four": "1234",
"last_modified_time": "2010-05-06T12:23:34.321Z",
"name": "Jean Valjean",
"verifications": {
"pull_details": {
"country": "US",
"currency": "USD"
},
"push_details": {
"country": "US",
"currency": "USD"
}
}
}