Send additional information
This endpoint updates a customer with additional information required for KYC/KYB verification.
Documentation Index
Fetch the complete documentation index at: https://docs.lumx.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header on the format Bearer <API_KEY>.
Headers
Optional UUID v4 idempotency key. If you resend the same key with a different request body, the API returns a 409 error. Cached responses include the header X-Idempotency-Cached: true. Keys expire after 24 hours.
Path Parameters
Customer's unique identifier.
Body
- Individual
- Business
Customer type.
INDIVIDUAL Phone number in international format.
"+5511999999999"
Customer's first name.
"William"
Customer's last name.
"Default"
Address information.
Expected monthly volume in USD.
"5000"
Expected volume per transaction in USD.
"1000"
Regions where transactions will occur.
BRA, USA, EU, CANADA, CHINA, MEXICO, OTHERS ["BRA", "USA"]Activities involved.
NONE, ADULT_ENTERTAINMENT, DRUGS, FIREARMS, GAMBLING, MARIJUANA, TUMBLING ["NONE"]Transaction counterparties.
SELF, MERCHANTS_SUPPLIERS, CUSTOMERS, EMPLOYEES, CONTRACTORS, FRIENDS, FAMILY ["SELF", "MERCHANTS_SUPPLIERS"]Professional situation.
EMPLOYEE, SELF_EMPLOYED, UNEMPLOYED, RETIRED, OTHER "EMPLOYEE"
Professional occupation description.
"Software Engineer"
Source of funds.
EMPLOYMENT, SAVINGS, WINNINGS, MARITAL, REAL_ESTATE, TRUST, INVESTMENT, OTHER, COMPANY, COMPANY_CAPITAL, LOAN, PRIVATE_CAPITAL, GRANT "EMPLOYMENT"
Customer's middle name.
""
Response
Resource successfully updated.
- Business
- Individual
Customer's unique identifier.
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
Customer's type.
BUSINESS Customer's legal name.
"Lumx S.A"
Customer's tax ID.
"42.887.120/0001-00"
Customer's incorporation date.
"2020-01-01"
Customer's country (ISO 3166-1 alpha-3).
"BRA"
Customer's email.
"hello@lumx.io"
Custom metadata associated with the customer. Returns an empty object if no metadata was provided.
{
"externalId": "usr_123",
"tier": "premium"
}Customer's wallets by blockchain. Only returned when the customer's verification.status is APPROVED.
Customer's verification.
List of document requirements for KYC/KYB verification.
[
{ "name": "ID_CARD", "status": "NOT_SENT" },
{ "name": "PASSPORT", "status": "NOT_SENT" },
{
"name": "BANK_STATEMENT",
"status": "NOT_SENT"
}
]Additional information submitted for KYC/KYB verification. Only present after sending additional information.
Virtual fiat accounts linked to the customer for receiving payments. Optional—only present when the customer has at least one account. Each entry exposes the account's id and currency.
Customer's transaction limits.
Creation date and time (UTC).
"2021-01-01T00:00:00Z"
Last update date and time (UTC).
"2021-01-01T00:00:00Z"