Skip to main content
GET
Retrieve a Payment Customer

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

payment_customer_id
string
required

The ID of the payment customer

Response

200 - application/json

OK

id
string<uuid>
user_id
string<uuid>
email
string<email>
country_code
string
phone_number
string
first_name
string
middle_name
string
last_name
string
business_name
string
address
object
metadata
object
created
string<date-time>
updated
string<date-time>