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 afednow.create webhook to receive instant notifications whenever a new FedNow transaction arrives. Additionally, set up an fednow.update webhook to track any status changes in FedNow transactions. For more details and examples, see the webhooks section in the FedNow Overview.
The expected path for an incoming FedNow transaction is to be created in “pending” and then update to “done”.