What are possible topics of any transfer apart from docs?

I had handelled all topics for transfer cancelled according to the documents provided here: Docs

But today, i reveived one more variant: transfer_cancelled apart from customer_bank_transfer_cancelled and customer_transfer_cancelled

How is it possible?

This is the resource id: 65f7c2cb-6f63-ee11-8155-ace10f8e6161 of the transaction

Hi @aakashgameium,

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!

1 Like

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?

Hi @aakashgameium

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

Hope this helps!

1 Like

Thanks for the simulation @shreya !!

This topic was automatically closed after 365 days. New replies are no longer allowed.