admin管理员组文章数量:1353655
I have an issue with creating a Wise transfer to the recipient using this API doc:
Creating a recipient and quote was successful. However, when I create a transfer POST request to /v1/transfers, I have this response:
{
"errors": [
{
"code": "not.found",
"message": "Not Found",
"arguments": []
}
]
}
The request was like this:
{
"sourceAccount": ...,
"targetAccount": ...,
"quoteUuid": "...-...-...-...-...",
"customerTransactionId": "...-...-...-...-...",
"details": {
"reference": "to my friend",
"transferPurpose": "verification.transfers.purpose.pay.bills",
"transferPurposeSubTransferPurpose":
"verification.sub.transfers.purpose.pay.interpretation.service",
"sourceOfFunds": "verification.source.of.funds.other"
}
}
All IDs are correct and customerTransactionId was generated randomly.
What may be the reason for this error "Not Found"?
Thank you
本文标签: Wise (Transferwise) API to create a transferStack Overflow
版权声明:本文标题:Wise (Transferwise) API to create a transfer - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743893641a2557384.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论