Hello Team,
I would like to make a transfer and that always throws me a very strange error
{
"code": "BadRequest",
"message": "The request body contains bad syntax or is incomplete."
}
Please find the request body
{
"_links": {
"source": {
"href": "https://api-sandbox.dwolla.com/accounts/048a19cc-c4e9-4f63-9883-79ef7bd77711/funding-sources"
},
"destination": {
"href": "https://api-sandbox.dwolla.com/customers/056fda57-2c56-49a0-aeff-35125957a59a/"
}
},
"amount": {
"currency": "USD",
"value": "10.00"
}
}
Any ideas on how to fix this?