---
title: "Get ACH providers"
method: GET
path: "/rest/v2/ach/providers"
tags: ["ACH Provider"]
---

# Get ACH providers

`GET /rest/v2/ach/providers`

Retrieve a list of ACH providers and their configuration details.

## Headers

- `api-key` string, required

## Response `200`

ok

- AchProvidersResponsePayload — Payload
  - `payloadType` string — Type of the payload returned in the response.
  - `ach-providers` AchProviders
    - `ach-provider` AchProvider[]
      - `account-id` string, required — Unique identifier of the account associated with the ACH provider.
      - `provider` 'PAYA' | 'ACHECK21' — The ACH provider name associated with the configuration. Possible values: PAYA, ACHECK21.
      - `standard-entry-class-code` 'PPD' | 'WEB' | 'CCD' | 'C21' — The Standard Entry Class (SEC) code supported by the ACH provider. Possible values: PPD, WEB, CCD, C21.
      - `enabled` boolean — Indicates whether the ACH provider is enabled for processing transactions. Set to true if ACH is enabled on account.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
