get https://api-sandbox.ezypay.com/v2/billing/customers/
Retrieve the personal details of a customer.
Responses
Retrieve the personal details of a customer.
xxxxxxxxxx
curl --request GET \
--url https://api-sandbox.ezypay.com/v2/billing/customers/customerId \
--header 'accept: application/json'
xxxxxxxxxx
25{
"id": "031d6fd8-f181-402a-82a3-68056639f3c0",
"number": "EZY1000670942",
"referenceCode": null,
"firstName": "John",
"lastName": "Tester",
"email": "John.Tester@gmail.com",
"companyName": null,
"mobilePhone": null,
"homePhone": null,
"gender": "male",
"dateOfBirth": "1980-06-13",
"createdOn": "2019-06-25T02:33:07.264",
"address": {
"address1": "13 Testaburger Road",
"address2": null,
"postalCode": "90210",
"state": "New South Wales",
"countryCode": "AU",
"city": "Testville"
},
"metadata": {
"foo": "bar"
}
}