Retrieve an Inbound FedNow Transfer
get/inbound_fednow_transfers/{inbound_fednow_transfer_id}
Path parameters
inbound_fednow_transfer_idstring required
The identifier of the Inbound FedNow Transfer to get details for.
Response
Inbound FedNow Transfer
Example response
{
"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"
},
"id": "inbound_fednow_transfer_ctxxbc07oh5ke5w1hk20",
"status": "confirmed",
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"type": "inbound_fednow_transfer",
"unstructured_remittance_information": "Invoice 29582"
}