Customer account creation
Create a customer bank account
Authorizations
x-api-keystringRequired
Path parameters
idstringRequired
- The external identifier for the customer.
Body
- Request body containing user details.
currencystring Β· enumOptionalPossible values:
acceptedTermsOfServiceHashstringOptional
acceptedTermsAndConditionsHashstringOptional
acceptedPrivacyPolicyHashstringOptional
emailstringOptional
countrystringOptional
lastNamestringOptional
firstNamestringOptional
Responses
201
User successfully created
application/json
400
Bad request
application/json
401
Unauthorized
application/json
409
Conflict
application/json
422
Unprocessable content
application/json
500
Internal server error
application/json
post
/customer/{id}/bank-transfer/userCreate a KYC applicant
Authorizations
x-api-keystringRequired
Path parameters
idstringRequired
- Unique identifier of the customer.
Body
anyOptional
- The request body containing applicant information.
Responses
201
KYC applicant was created successfully
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
422
Unprocessable content
application/json
500
Internal server error
application/json
post
/customer/{id}/bank-transfer/kyc/applicantLast updated