GET
/inbound_fednow_transfers/{inbound_fednow_transfer_id}Retrieve an inbound FedNow transfer
Retrieves an inbound FedNow transfer sent to one of your accounts. Supply inbound_fednow_transfer_id to identify the transfer and review its amount, sender details, lifecycle status, and destination account.
inbound_fednow_transfer_idstringrequired
The identifier of the inbound FedNow transfer to retrieve.
200Returns the inbound FedNow transfer object, including its amount, currency, sender and recipient details, status, and destination account identifiers.
account_idstringrequired
The Account to which the transfer was sent.
account_number_idstringrequired
The identifier of the Account Number to which this transfer was sent.
amountintegerrequired
The amount in USD cents.
confirmationobjectrequired
If your transfer is confirmed, this will contain details of the confirmation.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was created.
creditor_namestringrequired
The name the sender of the transfer specified as the recipient of the transfer.
currencystringrequired
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the transfer's currency. This will always be "USD" for a FedNow transfer.
debtor_account_numberstringrequired
The account number of the account that sent the transfer.
debtor_namestringrequired
The name provided by the sender of the transfer.
debtor_routing_numberstringrequired
The routing number of the account that sent the transfer.
declineobjectrequired
If your transfer is declined, this will contain details of the decline.
end_to_end_identificationstringrequired
A free-form reference string set by the sender, to help identify the transfer.
idstringrequired
The inbound FedNow transfer's identifier.
statusstringrequired
The lifecycle status of the transfer.
transaction_idstringrequired
The identifier of the Transaction object created when the transfer was confirmed.
transaction_identificationstringrequired
The FedNow network identification of the transfer.
typestringrequired
A constant representing the object's type. For this resource it will always be `inbound_fednow_transfer`.
unique_end_to_end_transaction_referencestringrequired
The Unique End-to-end Transaction Reference ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) of the transfer.
unstructured_remittance_informationstringrequired
Additional information included with the transfer.
4XXReturned when the request encounters a client error.
5XXReturned when the server encounters an error.
Error handling
The inbound_fednow_transfer_id path parameter must identify the inbound FedNow transfer to retrieve.