When to use
Create an end-user account after you have a validaccessToken. The returned account.id (entityId) is used to create wallets and payment links for that user.
Endpoint
POST {{ACCOUNT_URL}}/v1/ext/account/create-user- Auth: Bearer
{{accessToken}}
Request
Fields
Success Response (200)
Error (400 - Account Exists)
Next steps
- Save
account.idasentityId. - Create wallets for this user.
- Link payments (
externalId) to this user in downstream calls.