List Inbound FedNow Transfers
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 Inbound FedNow Transfers to those belonging to the specified Account.
Filter Inbound FedNow Transfers to ones belonging to the specified Account Number.
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.
Response
Inbound FedNow Transfer List
Example response
{
"data": [
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 100,
"confirmation": {
"transfer_id": "inbound_fednow_transfer_ctxxbc07oh5ke5w1hk20"
},
"created_at": "2020-01-31T23:59:59Z",
"creditor_name": "Ian Crease",
"currency": "USD",
"debtor_account_number": "987654321",
"debtor_name": "National Phonograph Company",
"debtor_routing_number": "101050001",
"decline": {
"reason": "account_number_disabled",
"transfer_id": "inbound_fednow_transfer_ctxxbc07oh5ke5w1hk20"
},
"end_to_end_identification": "Invoice 29582",
"id": "inbound_fednow_transfer_ctxxbc07oh5ke5w1hk20",
"status": "confirmed",
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"transaction_identification": "20250308723260130GT4LAKENDXBHQCZDWS",
"type": "inbound_fednow_transfer",
"unique_end_to_end_transaction_reference": "9a21e10a-7600-4a24-8ff3-2cbc5943c27a",
"unstructured_remittance_information": "Invoice 29582"
}
],
"next_cursor": "v57w5d"
}Changes
Changed in 2 of the 17 revisions of this API.12
- ○
added the required property
data/items/end_to_end_identificationto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/transaction_identificationto the response with the200statusresponse-required-property-added
- ○
- ▲
for the
queryrequest parameterlimit, default value100was addedrequest-parameter-default-value-added
- ▲