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:
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 only parameter, which must be sent in the request, is external_id
.
The value of this parameter must be unique for each account (user)
The user to create.
New user has been created
Error
Unauthorized
Invalid language
Duplicate external_id
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "email": "username@domain.com",
- "phone": "+33123123412",
- "first_name": "Jean",
- "last_name": "Pascal",
- "language": "en",
- "country": "FR",
- "terms": [
- 1,
- 2
], - "aml": [
- {
- "question_id": 1,
- "answer_id": 2
}
], - "appropriateness": [
- {
- "question_id": 1,
- "answer_id": 2,
- "value": "BP 21321412421"
}
], - "verification": {
- "report": "5ce18a58-26f7-4c5d-a9ff-bc348f84b48d",
- "files": [
- "8074815a-905a-4cad-9190-5842bf236d02"
], - "provider": "Verification Provider Name",
- "token": "verification-token",
- "issuing_date": "2021-04-25",
- "expiration_date": "2028-04-24",
- "verification_date": "2021-11-30",
- "address": {
- "street": "52 RUE DES FLEURS",
- "city": "Lyon",
- "zip_code": "33500",
- "country_of_residence": "FR"
}, - "gender": "male",
- "birth_date": "1970-12-29",
- "birth_place": "Lyon, France",
- "national_id": "FR 213132132",
- "mrz_code": "P<UTOERIKSSON<<JOHN<DOE<<<<<<<<<<<<<<<<<<<<<L898902C36UTO7401122F1202159ZE181226B<<<<<10",
- "document_type": "id_card",
- "language": "en"
}, - "tax": {
- "id": "12345678",
- "residence": "AT"
}, - "ext_compliance": {
- "ext_pep_statuses": [
- "Current PEP",
- "Domestic PEP"
], - "ext_user_risk_level": "level 3",
- "ext_user_reviewed_kyc_data_at": "2021-07-01T14:56:45+03:00"
}, - "account_level_id": "1",
- "external_id": "Ext-Id-1",
- "external_meta": {
- "meta_1": "value_1",
- "meta_2": "value_2"
}
}
{- "data": {
- "id": "6d7653c6-8ea5-4096-a30e-c86d8eee7d9d"
}
}