R03 on recipient account name creating transaction with status `cancelled` instead of `failed`

Hello! I’ve been trying to simulate a transfer failure scenario for the recipient bank of a transfer. According to the docs, supplying R03 as the funding source name for the recipient should do this. Unfortunately, the dwolla events sent to the application and in the UI mark that transfer as customer_transfer_cancelled and Cancelled, respectively.

I was expecting/hoping to have the triggered dwolla event be the one I’m experiencing in production, namely the event topic being customer_transfer_failed.

Am I missing something? example transaction id: https://api-sandbox.dwolla.com/transfers/a3d632fc-2283-ee11-ac47-06f818744a9d

Hi @jamisonvalenta, it appears the destination funding-source was in a removed state when the masspayment that created transfer was attempted. That’s probably why the transfer was cancelled. Also, the name of the funding-source was Stroman Checking from what we can see on our end.

Could you try again with a new funding-source named R03? Let us know if that works out!

Thanks for the not about the funding source not being named the right name.

I wanted to send to the one that was named with an ACH R code but was still indicating the deleted funding source [which was deleted and also not named with an R code] with the mass payment request. I’m able to get a customer_transfer_failed dwolla event now.

Thank you!

Thanks for the update! Glad I could be of help! :slight_smile: