• Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
  • Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
    1.0.0
    Introduction
    Authentication
    Customers
      get
      Get Customer List
      post
      Create Customer
      get
      Get Customer List
      get
      Get Customer
      put
      Update Customer
    Payments
    Transactions

Get Customer

Endpoint to request a customer by division and customer id

Securityapi_key
Request
path Parameters
divisionID
required
string

Division Identifier.

customerId
required
string

Customer Identifier.

Responses
200

OK

401

Invalid API key/MID.

403

Forbidden from performing this action.

404
500
get/divisions/{divisionID}/customers/{customerId}
Response samples
  • 200
  • 401
  • 403
  • 404
  • 500
application/json
{
  • "customer": {
    • "name": "Test Customer",
    • "email": "[email protected]",
    • "cards": [
      • {
        • "lastFourDigits": "string",
        • "token": "string",
        • "holder": "string",
        • "expiryYear": "string",
        • "expiryMonth": "string",
        • "type": "visa",
        • "isActive": true
        }
      ],
    • "phoneNumber": 61431306461,
    • "postcode": 2000,
    • "addressNumber": "12 Kings Road",
    • "addressLineOne": "Sydney CBD",
    • "addressLineTwo": "string",
    • "state": "NSW",
    • "city": "Sydney",
    • "country": "Australia",
    • "isActive": false
    }
}
Legal
  • Privacy Policy
Support
  • Contact us
© Copyright Till Payments 2023. All right reserved.