Skip to main content
GET
Get customer

Authorizations

Authorization
string
header
required

Path Parameters

customerId
string
required

A valid customer ID.

Response

Successful response — the customer object.

id
string

Unique identifier for the customer.

Example:

"2fcbcea3-6b62-49f1-b9d1-026d9bfd00b6"

createdAt
string

Time at which the object was created. Returned as an ISO 8601 string.

Example:

"2024-02-17T18:24:45.206Z"

updatedAt
string

Time at which the object was last updated. Returned as an ISO 8601 string.

Example:

"2024-02-17T18:24:45.206Z"

liveMode
boolean

true if the customer was created in live mode, false if created in sandbox.

Example:

true

defaultCurrencyId
string

Unique identifier of the customer's default fiat currency.

Example:

"71435a8d-211c-4664-a59e-2a5361a6c5a7"

defaultCurrencyCode
string

Code of the customer's default fiat currency. May be omitted if no default currency is set.

Example:

"eur"

externalCustomerId
string | null

An identifier associated with the customer, provided by you.

identityCheckStatus
enum<string>

Status of the customer's identity verification.

Available options:
no_kyc,
pending,
completed,
rejected
Example:

"completed"

identityCheckLevel
integer

The customer's identity verification level. 0 if the customer has not completed an identity check.

Example:

1