GET
/inbound_real_time_payments_requests_for_paymentList inbound Real-Time Payments requests for payment
Lists inbound Real-Time Payments requests for payment initiated for your accounts. Filter by account_id, account_number_id, or creation time, and use cursor to continue through the results.
cursorstringoptional
Cursor for the page of entries to retrieve; use the previous response's `next_cursor` to continue.
limitintegeroptional
Maximum number of requests to return. Must be at least 1 and no more than 100. Defaults to 100 when omitted.
account_idstringoptional
Filter requests to those belonging to the specified account.
account_number_idstringoptional
Filter requests to those belonging to the specified account number.
created_at.afterstringoptional
Return requests created after this ISO 8601 date-time.
created_at.beforestringoptional
Return requests created before this ISO 8601 date-time.
created_at.on_or_afterstringoptional
Return requests created at or after this ISO 8601 date-time.
created_at.on_or_beforestringoptional
Return requests created at or before this ISO 8601 date-time.
200Returns a list of inbound Real-Time Payments request-for-payment objects and a `next_cursor` for retrieving the next page; the cursor is null when there are no more results.
dataarray<InboundRealTimePaymentsRequestForPayment>required
The contents of the list.
next_cursorstringrequired
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`.
4XXReturned when the request encounters a client error.
5XXReturned when the server encounters an error.
Error handling
The limit query parameter must be at least 1 and cannot exceed 100; it defaults to 100 when omitted. Creation-time filters must use ISO 8601 date-time values.