Create a balance account
POST {{baseUrl}}/balanceAccounts
Creates a balance account that holds the funds of the associated account holder.
Request Body
{"accountHolderId"=>"AH32272223222C5GXTD343TKP", "description"=>"S.Hopper - Main balance account"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"accountHolderId":"AH32272223222C5GXTD343TKP","defaultCurrencyCode":"EUR","description":"S.Hopper - Main balance account","timeZone":"Europe/Amsterdam","balances":[{"available":0,"balance":0,"currency":"EUR","reserved":0}],"id":"BA3227C223222H5J4DCGQ9V9L","status":"active"}