---
title: "List Payment Destinations"
method: GET
path: "/payments/v1/destinations"
tags: ["Payment Destination"]
---

# List Payment Destinations

`GET /payments/v1/destinations`

Retrieve a list of all Payment Destinations you have in stored with Lean.

## Response `200`

- PaymentDestination[]
  - `id` string, uuid, required — The unique identifier for the Payment Destination object.
  - `status` 'CONFIRMED' | 'PENDING', required — The status of the Destination
  - `default` string, required — When `true` this Destination is automatically populated into Payment Intents where an alternative `payment_destination_id` is not provided.
  - `branch_address` string — The address of the branch that holds the account - required for all beneficiaries outside of ARE. This should be a single string with commas separating lines.
  - `name` string, required — The name of the legal entity that owns the account.
  - `iban` string — The IBAN of the account. This is required for all countries except for the US.
  - `display_name` string, required — The friendly display name for the account. This is rendered in the LinkSDK when referencing the Destination.
  - `address` string, required — The address of the owner of the destination bank account has registered with the bank.
  - `city` string, required — The city that the holding financial institution is located in.
  - `country` string, required — The three letter ISO code for the holding financial institution's country.
  - `swift_code` string — The SWIFT Code for the bank account - required for most international destinations
  - `account_number` string, required — The account number for the account.
  - `customer_id` string — The Customer object associated with this account. This field is optional, and will designate the Destination as owned by the application if not provided.
  - `ifsc` string — The IFSC number for the bank account - required for international destinations in India.
  - `transit_number` string — The Transit Number for the bank account - required for international destinations in Canada
  - `sort_code` string — The Sort Code for the bank account - required for international destinations in the UK
  - `routing_number` string — The Routing Number for the bank account - required for international destinations in the US.
  - `postal_code` string — The Postal Code of the owner of the destination bank account has registered with the bank - required for international destinations in the UK or the US
  - `currency` string — The currency of the destination bank account - required for international destinations in the UK or the US

---

[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)
