v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBUpdate Card
Updates the specified issuing card object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Path parameters
Universally unique identifier (UUID v4) of a resource.
Headers
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
Request body
Example request
{
"card_limit": 2100.02,
"name_on_card": "MARSHALL HU",
"no_pin_payment_amount": 100,
"spending_controls": [
{
"amount": "100.03",
"interval": "PER_TRANSACTION"
}
],
"risk_controls": {
"enable_3ds": "Y",
"allow_3ds_transactions": "Y",
"blocked_mcc": [
"5999",
"6011"
]
},
"metadata": {
"key1": "value1",
"key2": "value2"
},
"card_art_id": "01KD52BKQWDMFF63R1NNQN7A79"
}Response
Card update successfully.
Example response
{
"card_id": "c0cef051-29c5-4796-b86a-cd5b684bfad7",
"card_order_id": "c0cef051-29c5-4796-b86a-cd5ee34bfad7",
"card_status": "ACTIVE"
}