Swipelux
Customer Onboarding

Shareholders And Documents

Understand UBOs, control persons, signers, and document collection for business customers.

Shareholders and documents help Swipelux understand who owns, controls, and can act for a business customer. Requirements can vary by jurisdiction, entity type, ownership structure, and compliance review.

Business Review Inputs

Common Roles

RoleMeaning
UBOA person who ultimately owns a meaningful share of the business.
Control personA person with control over decisions, even without majority ownership.
SignerA person authorized to act for the business.

Documents

Business documents support the company profile. Shareholder documents support the individuals behind the company. Use the metadata endpoint and compliance feedback to collect the right document set. Upload documents through POST /v1/documents: send customerId for business-owned documents or shareholderId for shareholder evidence.

Endpoint Sequence

POST /v1/customers/business/{businessCustomerId}/shareholders
POST /v1/documents
GET /v1/documents
GET /v1/meta/kyb/documents
OperationUse it for
POST /v1/customers/business/{businessCustomerId}/shareholdersCreate a shareholder.
GET /v1/customers/business/{businessCustomerId}/shareholdersList shareholders.
PUT /v1/customers/business/{businessCustomerId}/shareholders/{shareholderId}Update a shareholder.
POST /v1/documentsUpload a business or shareholder document.
GET /v1/documentsList document state for a customer or shareholder.
GET /v1/meta/kyb/documentsRetrieve KYB document requirements.

On this page