Read a customer
This endpoint reads a customer.
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>.
Path Parameters
Customer's unique identifier.
Query Parameters
Whether to include balances in the response body.
Whether to include transaction limits in the response body.
Response
Resource successfully retrieved.
- 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"