Create new user
POST/v2/users
For Partners, using BTS “Investment as a Service” solution:
The endpoint allows to create a new user in Bitpanda system. The parameters in the query body can contain:
- Customer master data
- KYC/verification data
- Accepted Terms & Conditions
If the user has more than one first name or first and middle name, send all names in first_name field separated by a space. The success response returns the ID of the newly created user.
For Partners, using BTS “Bring Your Own License” solution:
The request can include the external_id parameter, which must be unique for each account (user), account_level_id and the language parameters.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 422
- 429
- 500
- 503
New user has been created
Error
Unauthorized
Not found
Conflict
Error
Too Many Requests
Response Headers
The rate limit ceiling for the current time window. Envoy may include multiple limits and window metadata.
50, 50;w=1The number of requests remaining in the current rate limit window.
0The number of seconds until the current rate limit window resets.
1Indicates the request was rate limited by the Envoy proxy.
trueError
Maintenance or Service unavailable