v1
latestOpenAPI 3.0.22026-07-26128245430.3 KBCards
Update a card account
Update a card account. Supports changing the settlement currency or closing a card account by setting the status to "inactive". Closing permanently cancels all associated cards and is irreversible.
put/customers/{customerID}/card_accounts/{cardAccountID}
Request body
Response
The updated card account
Example response
{
"card_details": {
"last_4": "1264",
"expiry": "10/24",
"bin": "44325280"
}
}