Origin
https://api-sandbox.dwolla.com
Endpoint
/customers/f9dc501d-ce14-493e-9f69-d5d96046d381/funding-sources
Request body
{
"plaidToken": "processor-sandbox-a8f575b5-5a56-4a9d-baf9-7c94b5c4b385",
"name": "Checking"
}
Response:
{
"code": "ValidationError",
"message": "Validation error(s) present. See embedded errors list for more details.",
"_embedded": {
"errors": [
{
"code": "Invalid",
"message": "Routing number is invalid.",
"path": "/routingNumber",
"_links": {}
}
]
}
}
This API is working with one of plaid sandbox accounts and not working with another one.