Opens a new account for a client
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params application/json
{
"externalId": "string",
"clientId": "5e505642-9024-474d-9434-e5a44f505cc5",
"currency": "string",
"paymentMethod": "sepa"
}
Request Code Samples
curl --location 'https://my.test-1.account.finlego.com/api/child-brand-integration/baas/Accounts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"externalId": "string",
"clientId": "5e505642-9024-474d-9434-e5a44f505cc5",
"currency": "string",
"paymentMethod": "sepa"
}'
Responses
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Modified at 2026-06-04 10:49:31