Retrieve Customer
Introduction
Retrieve customer
Interface
GET /v1/customers/:customer_id
Request Params
N/A
Response Params
Response Example
200 success:
{
"id": "cst_un9WL8ervLWDqTGW",
"object": "customer",
"account": "acct_yz50aD",
"time_created": "2022-07-15T14:00:46+08:00",
"livemode": true,
"reference": "2022000000000",
"first_name": "David",
"last_name": "Smith",
"company": "comany name",
"country": null,
"description": "company description",
"birth_date": "2020-01-01",
"email": "test@company.com",
"phone": "+8613000000000",
"address": {
"country": "US",
"state": "Washington DC",
"city": "Washington",
"line1": "detail address 1",
"line2": "detail address 2",
"postal_code": "200000",
"time_created": "2022-07-15T14:00:46+08:00"
},
"deleted": false
}