Customer account creation

The customer account creation comprises of two API calls. One API endpoint creates a customer bank account using a minimum data needed. The second API call creates a KYC applicant and extends the amount of personal data stored for the customer. Use the following API requests.

Create a customer bank account

Creates a bank transfer user profile.

post

Creates a bank transfer user profile for a specified customer.

Access to this endpoint requires a valid API key. The API key is sent in the x-api-key header on requests.

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
lastNamestringOptional
firstNamestringOptional
emailstringOptional
countrystringOptional
Responses
post
/customer/{id}/bank-transfer/user

Create a KYC applicant

Submits KYC applicant information for a customer to the KYC provider.

post

Submits KYC applicant information for a customer to the KYC provider.

Access to this endpoint requires a valid API key. The API key is sent in the x-api-key header on requests.

Authorizations
x-api-keystringRequired
Path parameters
idstringRequired
  • Unique identifier of the customer.
Body
anyOptional
  • The request body containing applicant information.
Responses
post
/customer/{id}/bank-transfer/kyc/applicant

Last updated