Swipelux
Concepts

Customers

Customers are the ownership, compliance, and money movement anchor in Swipelux.

Customers represent the people or businesses your platform serves. They are the main record Swipelux uses to connect identity, compliance status, wallets, bank accounts, requested rails, balances, recipients, and transfers.

Customer Types

Create an individual customer for a person and a business customer for a legal entity. Individual customers go through KYC. Business customers go through KYB, including ownership, control, signatory, and document review.

API Reference

OperationUse it for
GET /v1/customersList customers.
POST /v1/customersCreate an individual customer.
GET /v1/customers/{id}Retrieve an individual customer.
PUT /v1/customers/{id}Update an individual customer.
DELETE /v1/customers/{id}Delete an individual customer.
POST /v1/customers/{id}/kycStart KYC.
POST /v1/customers/{id}/kyc/tokens/sumsubGenerate a Sumsub KYC token.
POST /v1/customers/{id}/kyc/importImport KYC through a share token.
POST /v1/customers/businessCreate a business customer.
GET /v1/customers/business/{id}Retrieve a business customer.
PUT /v1/customers/business/{id}Update a business customer.
DELETE /v1/customers/business/{id}Delete a business customer.
POST /v1/customers/business/{id}/kybSubmit KYB for review.
GET /v1/customers/business/{id}/kybCheck KYB status.

On this page