---
title: "Get all Payment Sources for Customer"
method: GET
path: "/customers/v1/{customer_id}/payment-sources"
tags: ["Payment Source"]
---

# Get all Payment Sources for Customer

`GET /customers/v1/{customer_id}/payment-sources`

Payment Sources are created upon successful completion of the `.connect()` method in the LinkSDK when `payments` is set as a Permission.

## Path parameters

- `customer_id` string, required

## Response `200`

- PaymentSource[]
  - `id` string, uuid, required — The id of the Payment Source
  - `customer_id` string, uuid, required — The unique identifier for the Customer that owns the Payment Source
  - `app_id` string, required — The application associated with the Payment Source
  - `status` 'AWAITING_BENEFICIARY_COOL_OFF' | 'ACTIVE', required — The current status of the beneficiary. Indicates whether the Payment Destination and Payment Source channel is chargeable.
  - `beneficiary_cool_off_expiry` string, date-time, required — The time that the beneficiary cool down period will, or did, expire. After this time the beneficiary will be chargeable.
  - `bank_identifier` string, required — Identifier that specifies the financial institution that holds the accounts
  - `beneficiaries` object[], required — An array of beneficiaries that have been added to the Payment Source. A beneficiary is the representation of the connection between a Payment Source and a Payment Destination. The beneficiary object belongs to the payment source object and is linked to a Payment Destination object. A payment can only be initiated from a payment source to a Destination which is linked to one of the Payment Source's beneficiaries.
    - `id` string, uuid, required — A unique identifier for the beneficiary
    - `payment_destination_id` string, uuid, required — The identifier for the associated Payment Destination resource
    - `status` 'AWAITING_BENEFICIARY_COOL_OFF' | 'ACTIVE', required — The current status of the beneficiary
    - `beneficiary_cool_off_expiry` string, date-time — The time that the beneficiary cool down period will, or did, expire. After this time the beneficiary will be chargeable.
  - `accounts` object[]
    - `id` string, required — The unique identifier for the account.
    - `account_id` string, required — A secondary identifier for the account.
    - `account_name` string, required — The friendly name for the account - for example "Gold Savings Account".
    - `account_number` string, required — The bank account number for the account.
    - `iban` string, required — The IBAN number for the account.
    - `balance` number, double, required — The balance available on the account at the last payment.
    - `currency` string, required — The currency that the account supports.
    - `balance_last_updated` string, required — The last date the balance was refreshed.

---

[API](https://skmtc.net/leantech/apis/auth.md) · [All operations](https://skmtc.net/leantech/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leantech/auth/revisions/c2e46d54d886/schema)
