{
"name":"zhangsan"
,"email":"zhangsan@useepay.com"
,"phone":"134251756712"
,"first_name":"zhang"
,"address":{
"country":"CN"
,"city":"shanghai"
}
,"shipping":{
"name":"SHI-zhangsan"
}
}
curl --location -g --request POST 'https://openapi1.uat.useepay.com/api/v1/customers/cus_1JA7UDDQG3800' \
--header 'x-merchant-no: 500000000007245' \
--header 'x-api-key: FUYTIUvjhgfytfuytwiue' \
--header 'x-app-id: www.pay.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"zhangsan"
,"email":"zhangsan@useepay.com"
,"phone":"134251756712"
,"first_name":"zhang"
,"address":{
"country":"CN"
,"city":"shanghai"
}
,"shipping":{
"name":"SHI-zhangsan"
}
}'
{
"id": "cus_1JA7UDDQG3800",
"address": {
"country": "CN",
"city": "shanghai",
"postcode": "200100",
"state": "shanghai",
"line1": "pudong zhangjiang",
"line2": "room 1002"
},
"description": "test customer",
"name": "zhangsan",
"email": "zhangsan@useepay.com",
"phone": "134251756712",
"metadata": {
"testkey": "12233"
},
"shipping": {
"address": {
"country": "CN",
"city": "shanghai",
"postcode": "200100",
"state": "shanghai",
"line1": "minghang pushenglu",
"line2": "room 2002"
},
"name": "SHI-zhangsan",
"phone": "13527189021",
"first_name": null,
"last_name": null,
"shipping_method": null
},
"merchant_no": "500000000007264",
"app_id": "www.pay.com",
"create_at": "2024-10-23T08:38:08Z",
"modify_at": "2024-10-24T05:49:15Z",
"first_name": "zhang",
"last_name": null,
"merchant_customer_id": "1000000021137"
}