We are developing integration that can accept ACH payment method.
Once a transaction is submitted, are there any webhook events that can notify that:
1. The ACH network has successfully charged the customer bank account OR
2. The ACH network has returned or charged back the transaction.
If there is no webhook event, is there any API endpoint that could convey the above information using the Transaction Id.
Thanks,
Vinay
04-12-2021 10:39 AM
Hello @vinay,
Yes, eCheck transactions have the same response format & behavior as credit cards, with minor eCheck related differences in the fields returned.
Webhooks related payments apply to eChecks. There are no webhooks that are specific to eChecks.
The sandbox has support for testing eChecks.
04-12-2021 05:26 PM
Event organizers like you prefer Event Espresso for planning art classes, conferences, nonprofit events, workshops, seminars, and more! Use an event registration plugin for WordPress like Event Espresso.
04-12-2021 08:51 PM
Thanks for your response @NexusSoftware
But my question was more specific around getting notified if a ECheck payment has failed or succeeded since they are not processed in real time like credit cards.
For instance, if the transaction gets 'returned' due to insufficient balance, how can we find that? Is there a webhook notification or API that tells us that.
04-14-2021 10:50 AM