Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string<email> | null
name
string | null
Maximum string length: 200
primary_stellar_address
string | null

Stellar public key (G...)

notes
string | null
Maximum string length: 2000
metadata
object | null

Response

Customer created

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