Retrieve a customer

Use this request for on-demand customer and payment method information.

Customer by Merchant ReferenceCustomer by Customer IDList Customer Payment MethodsShow Payment Method
API Examples
Get Customer by Merchant Reference

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"
    }
  ]
}
API Endpoint
endpoint: /acceptor/rest/customers/{instId}/byRef
method: GET
summary: find Customer By Merchant Ref

parameters:

Name
Data Type
Description
instId
The installation id
merchantRef
merchant Ref
response:
{
id string
Our ID for the Customer that is registered with us.
email string
Email address for the Customer.
merchantRef string
Your reference for the Customer.