Customer API
This section explains how to create and onboard customers using the API.
Customer creation and onboarding via API
The Customer API Suite allows you to create and onboard customers directly through the API. To onboard customers programmatically, include either the personalInformation field (for individuals) or the businessInformation field (for businesses) in the customer creation request.
Including either of these fields determines whether the customer onboarding flow is API-based or link-based.
- API-based onboarding: Customer information is collected within your application and submitted via API for programmatic verification. This method is suitable for integrators who want full control over the customer onboarding experience.
- Link-based onboarding: Customer information is verified through a standalone KYC link. After the link is generated, you can redirect the customer to complete the onboarding process. This method is ideal for integrators who want a simpler integration and prefer not to manage the onboarding experience directly.
Customer
A Customer is a user or business that is associated with your application. Customers are parties that use your application to send and receive transfers securely.
Customer KYB via API (Business Only)
This guide walks you through the process of onboarding business customers using the Customer KYB API.