0

例如这个查询:

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.

为什么会这样?

4

1 回答 1

0

如果“destinationId”不是 Dwolla 帐户密钥,则需要指定“destinationType”。

可能的值:'Dwolla'、'Facebook'、'Twitter'、'Email'、'Phone' 默认为:'Dwolla'

于 2013-09-09T13:40:29.923 回答