---
title: "GET /fdx/accounts/{accountId}/payment-networks"
method: GET
path: "/fdx/accounts/{accountId}/payment-networks"
---

# GET /fdx/accounts/{accountId}/payment-networks

`GET /fdx/accounts/{accountId}/payment-networks`

Get payment networks supported by the account

## Path parameters

- `accountId` string, required

## Query parameters

- `offset` string
- `limit` string

## Response `200`

OK

- object
  - `page` object
    - `nextOffset` string
  - `paymentNetworks` object[], required
    - `bankId` string, required — Bank identifier used by the payment network ie. Routing Number
    - `identifier` string, required — The number used to identify the account within the payment network.
    - `type` 'US_ACH' | 'US_FEDWIRE' | 'US_CHIPS' | 'US_RTP' | 'CA_ACSS' | 'CA_LVTS', required
    - `transferIn` boolean, required — Indicates if the account can receive transfers from the payment network. If the account is closed or locked, this will be false.
    - `transferOut` boolean, required — Indicates if the account can send transfers to the payment network. If the account is closed or locked, this will be false.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/revisions/773c90f079c5/schema)
