Customer Onboarding
Individual Customers
Create and verify individual customers for Swipelux money movement flows.
Individual customers represent the people using your platform. Create the customer first, complete KYC, then enable the rails, wallets, and accounts they need for money movement.
Individual KYC Flow
Integration Flow
- Create the customer.
- Start or import KYC.
- Store the returned customer ID.
- Request rails and create wallets or accounts after verification.
Use the API reference to execute requests and inspect required fields. A representative customer creation request looks like this:
For exact fields, use POST /v1/customers.
Related Endpoints
| Operation | Use it for |
|---|---|
POST /v1/customers | Create an individual customer. |
POST /v1/customers/{id}/kyc | Start KYC. |
POST /v1/customers/{id}/kyc/tokens/sumsub | Generate a KYC token. |
POST /v1/customers/{id}/kyc/import | Import KYC. |