Update a card
PATCH
/managed_cards/{id} Update the details of the managed card identified by the id path parameter.
Request
Available on
SandboxProduction
Path parameters
Header parameters
Request body
*application/json
objectobject · 16 fields
Responses
200OK
Success
Headers
Body
application/json
ManagedCardManagedCard · object · 33 fields
Accepted shapes
Selected by mode
Prepaid Mode CardPREPAID_MODEobject
mode- enum
balances- object
Debit Mode CardDEBIT_MODEobject
mode- enum
currency- string
parentManagedAccountId*- string
userCurrency- enum
availableToSpend- array<AvailableToSpend · object>
Response example
{ "mode": "PREPAID_MODE", "balances": { "availableBalance": 120000, "actualBalance": 125000 }}