Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 2 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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