---
title: "Get all PADS for a customer."
method: GET
path: "/customers/{customerId}/pads"
tags: ["Customer"]
---

# Get all PADS for a customer.

`GET /customers/{customerId}/pads`

## Path parameters

- `customerId` number, required

## Response `200`

Successfully retrieved all PADs.

- Res
  - `pads` Pad[]
    - `id` integer
    - `accepted` 0 | 1 — Whether the PAD was accepted or not: * `0` - Unaccepted * `1` - Accepted
    - `bankAccountId` integer
    - `customerId` integer
    - `dateAccepted` string, date-time
    - `dateCreated` string, date-time
    - `dateEarliestDebit` string, date-time
    - `dateRevoked` string, date-time
    - `dateUpdated` string, date-time
    - `ipAddress` string
    - `merchantId` integer
    - `type` 1 | 2 — The type of the bank account: * `1` - Personal * `2` - Business
    - `status` 1 | 2 — The status of the PAD: * `1` - Active * `2` - Inactive

## Other responses

- `204` — No PADs for a given customer.
- `400` — Invalid request.
- `403` — User does not have valid permissions.
- `500` — Unexpected internal error.

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/versions/345052ca6578/schema)
