例如这个查询:
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.
为什么会这样?