Update an account
PATCH
/managed_accounts/{id} Update the details for the managed account identified by the id in the path.
Request
Available on
SandboxProduction
Path parameters
Request body
*application/json
objectobject · 4 fields
Responses
200OK
Success
Headers
Body
application/json
ManagedAccountManagedAccount · object · 9 fields
Response example
{ "id": "123456789", "profileId": "10001", "tag": "customer-123", "friendlyName": "Main GBP account", "currency": "GBP", "balances": { "availableBalance": 120000, "actualBalance": 125000 }, "state": { "state": "ACTIVE", "blockedReason": "USER", "destroyedReason": "SYSTEM" }, "creationTimestamp": 1786118400000, "lowBalanceThreshold": 10000}