List Real-Time Payments Requests for Payment
Query parameters
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter Real-Time Payments Requests for Payment to those destined to the specified Account.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Response
Real-Time Payments Request for Payment List
Example response
{
"data": [
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 100,
"cancellation": null,
"created_at": "2020-01-31T23:59:59Z",
"creditor_name": "National Phonograph Company",
"currency": "USD",
"debtor": {
"address": {
"address_line2": "Unit 2",
"building_number": "33",
"city": "New York",
"country": "US",
"postal_code": "10045",
"state": "NY",
"street_name": "Liberty Street"
},
"name": "Ian Crease"
},
"debtor_account_number": "987654321",
"debtor_routing_number": "101050001",
"expires_at": "2020-02-14T23:59:59Z",
"fulfillment_inbound_real_time_payments_transfer_id": null,
"id": "real_time_payments_request_for_payment_28kcliz1oevcnqyn9qp7",
"idempotency_key": null,
"refusal": null,
"rejection": null,
"requested_execution_at": "2020-02-07T23:59:59Z",
"status": "pending_response",
"submission": null,
"type": "real_time_payments_request_for_payment",
"unstructured_remittance_information": "Invoice 29582"
}
],
"next_cursor": "v57w5d"
}Changes
Changed in 3 of the 34 revisions of this API.13
- ●
added the new
canceledenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ●
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○