Customer details
Customers
Get Customer by ID
Retrieve full details of a single customer, including KYC document references and address.
GET
Customer details
Overview
GET /customers/{id} returns full details of a single customer in your company.
When to use it
- Display a customer profile in your dashboard.
- Check a customer’s status before issuing them a card.
- Reconcile a single customer record.
Prerequisites
- The customer must belong to your company.
Request
Headers
Path parameters
Response
200 — Success
Field reference
Error responses
Code examples
cURL
Node.js (axios)
Related
GET /customers— list all customers.GET /customers/{id}/transactions— this customer’s transaction history.POST /cards— issue a card to this customer.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.