---
title: "List payment providers"
method: GET
path: "/paymentProviders"
tags: ["paymentProviders"]
---

# List payment providers

`GET /paymentProviders`

Returns a list of payment providers, filtered by country. It can be paged and filtered by appending arguments to the query string of the request.

## Query parameters

- `countries` string
- `paymentType` string
- `startIndex` string
- `count` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- PaymentProvidersGetPaymentProvidersResponse200
  - `paymentProviders` PaymentProvider[]
    - `paymentProviderId` string — A unique identifier for the Payment Provider.
    - `type` number, double
    - `name` string, required — Name of the payment provider
    - `instantPayoutAvailable` boolean — Whether payment provider supports instant payout.
    - `subType` '1000' | '2000' | '2001' — Financial Institution Account Type: * `1000`: Online Banking * `2000`: Manual Entry * `2001`: Manual Entry with Challenge Deposit
    - `swift` string
    - `address` Address — Valid mailing or billing address associated with the customer
      - `address1` string — Address line 1 (e.g., street or PO Box)
      - `address2` string — Address line 2 (e.g., apartment, suite or unit number)
      - `city` string — City, district, town or village
      - `state` string — State, province or region code
      - `zip` string — ZIP or Postal Code
      - `country` string, required — 2 character [ISO Country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
    - `country` 'US' | 'CA' | 'UK' | 'DE' | 'AU' — 2-letter ISO country code of the financial institution
    - `instantPayment` boolean
  - `startIndex` number, double
  - `itemsPerPage` number, double

---

[API](https://skmtc.dev/trustly/apis/api.md) · [All operations](https://skmtc.dev/trustly/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustly/api/revisions/2dad675032f1/schema)
