v1

latestOpenAPI 3.0.02026-07-2671142187.3 KB
Customer

Get all PADS for a customer.

get/customers/{customerId}/pads

Path parameters

customerIdnumber required

Customer ID.

Response

Successfully retrieved all PADs.

Example response

{
  "pads": [
    {
      "id": 238954,
      "accepted": 1,
      "bankAccountId": 111,
      "customerId": 222,
      "dateAccepted": "2023-04-23 13:30:00",
      "dateCreated": "2023-09-19 13:30:00",
      "dateEarliestDebit": "2023-10-06 13:30:00",
      "dateRevoked": "2023-11-17 13:30:00",
      "dateUpdated": "2023-08-10 13:30:00",
      "ipAddress": "123.456.789.0",
      "merchantId": 333,
      "type": 2,
      "status": 2
    }
  ]
}