v1
latestOpenAPI 3.0.32026-07-248079274.0 KBCards
Update card details
Toggle the active state of a stored card using the is_active parameter. Set is_active to false to disable the card, or true to re-enable a previously disabled card.
Disabling a card (is_active: false) prevents it from being used in payment requests. If your account uses Network Tokens, any tokens associated with the card are also de-provisioned, and will be re-provisioned as needed when the card is next used after being re-enabled.
put/cards/{card_id}
Path parameters
card_idstring uuid required
Unique ID assigned by Acquired.com for the card.
Request body
Example request
{
"is_active": true
}Response
OK