Skip to main content
Weavr API
Managed accounts

Create an 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 · 5 fields

Responses

200OK

Success

Headers
Body
application/json
{}
ManagedAccountManagedAccount · object · 9 fields
Response example
{  "id": "string",  "profileId": "10001",  "tag": "customer-123",  "friendlyName": "string",  "currency": "GBP",  "balances": {    "availableBalance": 0,    "actualBalance": 0  },  "state": {    "state": "ACTIVE",    "blockedReason": "USER",    "destroyedReason": "SYSTEM"  },  "creationTimestamp": 0,  "lowBalanceThreshold": 0}