Create customer
Step by step guide on how to create a customer.
Step 1 - Create Customer
Every transfer is completed on behalf of a customer. To create a customer, use a Create Customer endpoint.
Example:
Response:
You can now use customer_id
to initiate a KYC session.
Step 2 - Know Your Customer
Every customer needs to go through KYC/KYB. To initiate a KYC session, use a Create KYC Session endpoint.
Example:
Response:
Once a customer completed KYC, their kycs.status
will change to approved
.
Last updated