例如此查询:
curl -H "Content-Type: application/json"
-d '{"oauth_token": "...","pin": "....","destinationId": "reflector@dwolla.com","amount":"0.5","fundsSource":"..."}'
https://www.dwolla.com/oauth/rest/transactions/send
返回以下错误:
"Success":false,"Message":"The user to send to could not be found.","Response":null
我还尝试使用已确认的用户帐户。我可以使用 dwolla 号码 ID 汇款,但在使用电子邮件时,我看到错误The user to send to could not be found.
为什么会这样?
如果"destinationId"不是Dwolla帐户密钥,则需要指定"destinationType"。
可能的值:"Dwolla"、"Facebook"、"Twitter"、"电子邮件"、"电话"默认为:"Dwolla"