v1
latestOpenAPI 3.1.02026-07-26290133.2 KBCreate Account
Create an account for an individual or corporate.
post/accounts
Headers
idempotency-keystring
Optional header for retrying requests without accidentally creating the same transaction twice.
Request body
Response
201
Example response
{
"id": "dEVreXhHWGppSzJyNmlRRTRhY2hvUT09",
"createdOn": "2023-09-12T09:46:19.124Z",
"status": "PENDING",
"actualBalance": {
"currency": "EUR"
},
"availableBalance": {
"currency": "EUR"
},
"friendlyName": "EUR Account",
"accountHolderId": "ed7b1909-0091-4e39-aa1f-673059a431c4",
"transactionCategory": "OTHER",
"internalAccountId": "EUR05321124868470"
}