例如此查询:
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.
为什么会这样?
答案 0 :(得分:0)
如果“destinationId”不是Dwolla帐户密钥,则需要指定“destinationType”。
可能的价值观:'Dwolla','Facebook','Twitter','电子邮件','手机' 默认为:'Dwolla'