Dwolla / dwolla-v2-csharp

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

Can't submit Transfer Fee or Document #16

Closed ithielnor closed 6 years ago

ithielnor commented 6 years ago

@therockstorm The implementation of transfer fees and document uploads looks fine, but neither works. Both return {"code":"BadRequest","message":"The request body contains bad syntax or is incomplete."}

Any ideas?

ithielnor commented 6 years ago

I should mention that the document upload I'm testing is here: https://github.com/ithielnor/dwolla-v2-csharp/tree/dev-documents

ithielnor commented 6 years ago

@CoolStoryCory clarified that I need to use the customer Id for a transfer fee instead of the funding source. I've submitted #17 with an example of that (which works).

therockstorm commented 6 years ago

Got document upload working. Thanks for the starting point, Microsoft doesn't make that easy...