Hi,
Getting this error when attempting a Transfer between two newly-created funding sources:
Request
POST https://api-sandbox.dwolla.com/transfers
{
"_links": {
"source": {
"href": "https://api-sandbox.dwolla.com/funding-sources/52016a85-12ac-4395-9c74-36cad017f968"
},
"destination": {
"href": "https://api-sandbox.dwolla.com/funding-sources/9dd79399-4d64-4f5b-a640-5466ca2e88ea"
}
},
"amount": {
"currency": "USD",
"value": "10.00"
}
}
Response:
{
"code": "ValidationError",
"message": "Validation error(s) present. See embedded errors list for more details.",
"_embedded": {
"errors": [
{
"code": "Invalid",
"message": "Invalid funding source.",
"path": "/_links/source/href",
"_links": {}
}
]
}
}