I am trying to use the following API to withdraw dollars from MtGox to DWOLLA. The code I already implemented successfully handles authentication. From the write-up it seems to me that I need to post something like that:

group1=DWUSD&btca=XXX-XXX-XXXX&amount=XXX.XX

However, I'm getting an error in response, which says:

{"error":"Amount too low or invalid Dwolla account"}

Anyone here has an idea what the proper calling convention is? I am a little hesitant to play around, fear the money will get lost if I do something incorrect.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I found the resolution by examining HTML on MtGox site. Must use dwaccount= instead of btca= when withdrawing to dwolla

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.