v1

latestOpenAPI 3.0.32026-07-248079274.0 KB
Cards

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

is_activeboolean required

Indicates whether the card is active. Set to false to disable the card or true to re-enable a previously disabled card. If your account uses Network Tokens, disabling a card also de-provisions its associated tokens.

Example request

{
  "is_active": true
}

Response

OK

status'success'

The outcome of the request.