GET /acceptor/rest/customers/{instId}/byRef?merchantRef={merchantCustomerReference}
{}
HTTP/1.1 200
{
"merchantRef": "mer_cust_131241412",
"id": "10500",
"displayName": "Mr O Whatasillyname",
"billingAddress": {
"line1": "Flat 1 ",
"line2": "Cauldron house",
"city": "Bath",
"region": "Somerset",
"postcode": "BA1 234",
"country": "United Kingdom",
"countryCode": "GBR"
},
"email": "[email protected]",
"telephone": "0123 456 789",
"defaultCurrency": "GBP",
"link": [
{
"rel": "self",
"href": "https://api.mite.pay360.com/acceptor/rest/customers/1009/10500"
},
{
"rel": "payment-methods",
"href": "https://api.mite.pay360.com/acceptor/rest/customers/1009/10500/paymentMethods"
}
]
}