Swipelux
Individual Onboarding

API Reference

Key API operations for individual customer onboarding and KYC.

Individual KYC API Reference

Use this page as a quick map for individual onboarding endpoints. Use the API reference for exact schemas, validation rules, and executable requests.

Core Operations

OperationUse it for
POST /v1/customersCreate an individual customer.
GET /v1/customers/{id}Retrieve customer details and verification status.
PUT /v1/customers/{id}Add or update customer profile fields.
POST /v1/customers/{id}/kycStart KYC for a customer.
POST /v1/customers/{id}/kyc/tokens/sumsubCreate a KYC token for an embedded verification flow.
POST /v1/customers/{id}/kyc/importImport KYC when your platform is approved to rely on an existing verification.

Typical Flow

POST /v1/customers
POST /v1/customers/{id}/kyc
GET /v1/customers/{id}
POST /v1/customers/{customerId}/rails

Create the customer first, start or import KYC, then read the customer record until the verification status is ready for the flows you plan to enable.

On this page