Create a managed account
POST
/managed_accounts Creates a managed account for the consumer or corporate identity. The Managed Account Profile (configured in the Multi Portal) specified determines the behavior and restrictions that the managed account will have."
Request
Header parameters
Request body
*application/json
objectobject · 4 fields
Responses
200OK
Success
Headers
Body
application/json
ManagedAccountManagedAccount · object · 8 fields
Response example
{ "id": "string", "profileId": "string", "tag": "string", "friendlyName": "string", "currency": "string", "balances": { "availableBalance": 0, "actualBalance": 0 }, "state": { "state": "ACTIVE", "blockedReason": "USER", "destroyedReason": "SYSTEM" }, "creationTimestamp": 0}