---
title: "List Inbound Real-Time Payments Requests for Payment"
method: GET
path: "/inbound_real_time_payments_requests_for_payment"
---

# List Inbound Real-Time Payments Requests for Payment

`GET /inbound_real_time_payments_requests_for_payment`

## Query parameters

- `cursor` string — Return the page of entries after this one.
- `limit` integer — Limit the size of the list that is returned. The default (and maximum) is 100 objects.
- `account_id` string — Filter Inbound Real-Time Payments Requests for Payment to those belonging to the specified Account.
- `account_number_id` string — Filter Inbound Real-Time Payments Requests for Payment to ones belonging to the specified Account Number.
- `created_at.after` string, date-time — Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
- `created_at.before` string, date-time — Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
- `created_at.on_or_after` string, date-time — Return results on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
- `created_at.on_or_before` string, date-time — Return results on or before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.

## Response `200`

Inbound Real-Time Payments Request for Payment List

- InboundRealTimePaymentsRequestForPaymentList — A list of Inbound Real-Time Payments Request for Payment objects.
  - `data` InboundRealTimePaymentsRequestForPayment[], required — The contents of the list.
    - `account_id` string, required — The Account the request for payment is for.
    - `account_number_id` string, required — The identifier of the Account Number the request for payment is for.
    - `amount` integer, required — The requested amount in USD cents.
    - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the request for payment was created.
    - `creditor` object, required — Details of the party requesting payment.
      - `account_name` string, nullable, required — The name of the account that would receive the payment, as provided by the creditor.
      - `address` object, required — Address of the creditor.
        - `address_line2` string, nullable, required — A second address line, such as an apartment or suite number. The first address line is separated into `building_number` and `street_name`.
        - `building_number` string, nullable, required — The number identifying the position of the building on the street.
        - `city` string, nullable, required — The town or city.
        - `country` string, nullable, required — The ISO 3166, Alpha-2 country code.
        - `postal_code` string, nullable, required — The postal code or zip.
        - `state` string, nullable, required — The US state component of the address.
        - `street_name` string, nullable, required — The street name without the street number.
      - `name` string, required — The name of the creditor.
    - `creditor_account_number` string, required — The creditor's account number.
    - `creditor_routing_number` string, required — The creditor's American Bankers' Association (ABA) Routing Transit Number (RTN).
    - `currency` 'USD', required — The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the requested currency. This will always be "USD" for a Real-Time Payments request for payment.
    - `debtor_name` string, required — The name of the account holder the payment is requested from, as provided by the creditor.
    - `end_to_end_identification` string, required — A free-form reference string set by the creditor, to help identify the request for payment.
    - `expires_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time after which the request for payment is no longer valid and should no longer be paid.
    - `fulfillment_real_time_payments_transfer_id` string, nullable, required — The identifier of the Real-Time Payments Transfer that fulfilled this request for payment. This is set once a transfer sent in response to the request for payment has been acknowledged by the Real-Time Payments network.
    - `id` string, required — The inbound Real-Time Payments request for payment's identifier.
    - `invoicer_identification` string, nullable, required — An identifier for the party that issued the invoice, for requests for payment sent on behalf of another party.
    - `payment_information_identification` string, required — The Real-Time Payments network identification of the request for payment.
    - `requested_execution_at` string, date-time, nullable, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time by which the creditor requests the payment to be made.
    - `type` 'inbound_real_time_payments_request_for_payment', required — A constant representing the object's type. For this resource it will always be `inbound_real_time_payments_request_for_payment`.
    - `unstructured_remittance_information` string, nullable, required — Unstructured information included with the request for payment.
  - `next_cursor` string, nullable, required — A pointer to a place in the list. Pass this as the `cursor` parameter to retrieve the next page of results. If there are no more results, the value will be `null`.

## Other responses

- `4XX` — Error
- `5XX` — Error

## Changes

> 17 revisions in range; 6 could not be searched.

- **2026-08-15** `036d178e1a7a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/increase/apis/increase-api-2/changes/inbound_real_time_payments_requests_for_payment/get.md)

---

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