Skip to main content

When to use

Create an end-user account after you have a valid accessToken. 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.id as entityId.
  • Create wallets for this user.
  • Link payments (externalId) to this user in downstream calls.