Original publication date: June 4, 2020
Question:
How can I verify that an outbound ACH payment has been received?
Answer:
When you receive an Ach.Payment.Sent event via a webhook, you can make a call to the /ach/v1/payments/{id} with the resourceId received in the webhook event. The response of the /ach/v1/payments/{id} will have a status of Completed.
Once you receive the Completed status, the amount has been settled and is present in the receiver's account.