---
title: "Get Account Routing Number Instant Payment Eligibility"
method: GET
path: "/v1/instant-payment-eligibility"
tags: ["Instant Payment Eligibility"]
---

# Get Account Routing Number Instant Payment Eligibility

`GET /v1/instant-payment-eligibility`

> 📘
>
> You can place your application's `client_id` into the `username` field, and your `client_secret` into the `password` form field of the Authentication section of this documentation 👉.

Use this endpoint to check if an account is eligible for instant payments.

## Query parameters

- `routing_number` string
- `institution_routing_number` string
- `participant_id` string
- `cursor_id` string
- `page_size` integer

## Response `200`

Successfully retrieved instant payment eligibility information

- object
  - `results` object[] — List of routing number records
    - `institution_routing_number` string — The routing number of the institution
    - `name` string — Name of the financial institution
    - `network_platform` 'FedNow' | 'TCH' — The payment network platform
    - `online_status` 'SignedOn' | 'SignedOff' — Current online status
    - `participant_id` string — Identification number assigned to a participant in the payment network
    - `receive_enabled` boolean — Indicates if the account can receive instant payments
    - `routing_number` string — The routing number of the account
  - `count` integer — Total number of results returned
  - `has_next_page` boolean — Indicates if there are additional results available
  - `next_cursor_id` string — Cursor identifier to retrieve the next page of results

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/versions/09f0430e5d33/schema)
