Use this endpoint to fetch the full details of a single customer by their unique ID. The response includes the customer’s current verification profile status, which tells you exactly which KYC/KYB criteria remain outstanding before the customer can initiate a transfer. You can also inspect attached bank accounts and wallets through this record.Documentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
All requests require a Bearer token in theAuthorization header.
Path parameters
The unique customer ID, prefixed with
customer_ (e.g. customer_f31121c389624d3697cbf3ea8830b7a4).Response fields
Unique customer identifier, prefixed with
customer_.Customer type:
individual or business.Registered email address.
Registered phone number in E.164 format.
First name (individual customers only).
Last name (individual customers only).
Array of verification profiles describing the customer’s KYC or KYB status.
Arbitrary key-value metadata associated with the customer.
ISO 8601 timestamp of when the customer record was created.
ISO 8601 timestamp of the most recent update to the customer record.
Error codes
| Status | Code | Description |
|---|---|---|
400 | address/invalid | The request is malformed. |
404 | resource/not-found | No customer exists with the given ID. |
422 | validation/failed | The provided ID did not pass format validation. |

