Thanks for the transfer ID! The doc you shared has a list of events tied to the Customer. As for the transfer_* webhooks, they are sent for transfers related to the Main account. Here’s our full list of event topics in the Dwolla Balance API - API Reference | Events
Hope that helps! Let us know if you have any questions!
Hi @shreya
Thanks for the correct new reference guide!!
I have one more question though
Is it possible that in case of successful transfer, I will get multiple *_completed topics via multiple webhooks? i.e. I get bank_transfer_completed first and than in another webhook response I get transfer_completed as well?
That’s correct. A bank_transfer_completed is sent when a transfer is made to/from a bank account attached to your Dwolla account. transfer_completed is sent for all transfers made to/from your Account’s balance or bank.
Here’s an interactive webhooks simulator which you can use to simulate a transfer and see what webhooks you can expect for that scenario - Transfer Lifecycle | Dwolla API Documentation