Skip to main content
GET
Retrieve a customer

Authorizations

Authorization
string
header
required

API key from the Payoes dashboard (pk_test_... or pk_live_...)

Path Parameters

id
string
required

Public customer ID

Example:

"cus_abc123xyz"

Response

Customer with payment history

id
string
required
Example:

"cus_abc123xyz"

environment
enum<string>
required
Available options:
sandbox,
production
created_at
string<date-time>
required
updated_at
string<date-time>
required
email
string | null
name
string | null
primary_stellar_address
string | null
notes
string | null
metadata
object | null
payments
object[]