Skip to main content
POST
Create a user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:2025-09
required

API version

Body

application/json
username
string
required

The username to be associated with the user. To easily identify a customer, we recommend using a friendly username such as an email for example. The username must be unique (this acts as an identifier to reference and lookup a given merchant on your platform).

fullName
string

The name of the user you want to create. Typically a full name.

Response

200

userId
string
Example:

"xyz123abc098754"