• 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 List

Endpoint to request customers by division

Securityapi_key
Request
path Parameters
divisionID
required
string

Division Identifier.

Responses
200

OK

401

Invalid API key/MID.

403

Forbidden from performing this action.

404
500
get/divisions/{divisionID}/customers
Response samples
  • 200
  • 401
  • 403
  • 404
  • 500
application/json
{
  • "customers": [
    • {
      • "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.