This guide uses the following endpoints
To view incoming FedNow transactions
1. Retrieve FedNow transactions using /fednow
Retrieve a list of FedNow transactions by making a GET /fednow
request. Incoming FedNow transactions are identified by a payment_type
value of credit
, while originated transactions show as debit
. To retrieve a specific transaction, use the FedNow object ID in a GET /fednow/{id}
request.
2. Monitor for incoming FedNow transactions
Configure acreate.fednow
webhook to receive instant notifications whenever a new FedNow transaction arrives. Additionally, set up an update.fednow
webhook to track any status changes in FedNow transactions. For more details and examples, see the webhooks section in the FedNow Overview.