Dwolla / dwolla-v2-csharp

Official C# Wrapper for Dwolla's API
https://developers.dwolla.com
MIT License
12 stars 15 forks source link

MicroDeposit Verification error #54

Closed bkristesiashvili closed 1 year ago

bkristesiashvili commented 1 year ago

Hi, I am trying to verify the Customers funding source by their funding source id, using VerifyMicroDeposits but the server responds to a "Not Found" error. What am I doing wrong?

image image

bkristesiashvili commented 1 year ago

Hi, I am trying to verify the Customers funding source by their funding source id, using VerifyMicroDeposits but the server responds to a "Not Found" error. What am I doing wrong?

image image

there was some mistake about amout1 (the max available amount is only 0.10$), I corrected it but the error is the same.

bkristesiashvili commented 1 year ago

I solved it