I’ve been getting the following error when trying to “verify” a funding source added via the PHP sandbox SDK. The funding source ID is valid, and I’ve checked it by ensuring it matches the ID via the dashboard (customer page).
[404] Error connecting to the API (https://api-sandbox.dwolla.com/funding-sources/7eadc610-7c82-4d18-a6a7-e533b8525dcf/micro-deposits)
Can funding sources be verified this way via sandbox?
Just adding this to note that the microdeposits have been sent in a prior request
spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
3
Hi @Markus_Proctor , Digging into this further and it appears that we might have uncovered a bug. It seems like you’ve encountered an edge case where it looks like you added the funding source, initiated micro-deposits, removed the funding source, then re-added again. That will cancel the previous set of micro-deposits, however it leaves the bank in a bad state where micro-deposits can’t be verified anymore. The workaround would be to remove, wait 48 hours to re-add, and then re-attmept the verification process again. Apologies for the inconvenience! We’re looking at prioritizing a fix for this, but hopefully this is a very rare edge case.
FWIW, I believe I used the same routing number but changed the account number with each funding source addition. I’ll just use a different routing number each time during testing until you all figure this thing out.
Thanks
spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
5
Could you let me know how to handle this on the sandbox server? I can’t change the routing number. What do I do to recover my sandbox from this state? I keep getting 404 on attempts of account verification.
Edit:
I can see that there is an un-deletable funding source in my system.
I can kinda ignore it, but there is no way of getting rid of it on a sandbox account. If deleting it via the API or Dwolla UI keeps it hanging in the system.
Creating a new FS will inevitably return the same FSID, making this thing unusable.
Just wanted to close the loop on this thread. It looks like you were able to remove the bank with the ID 50fcbfa3-d64c-44ad-b7c0-3dff97a6054c, @Ivan_Roganov. Do let us know if you have any other questions!