Invalid funding source error

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": {}
            }
        ]
    }
}

@Alejandro_Pinzon , It looks like the source funding source has an unverified status. If you are debiting a bank account then it’ll need to undergo account verification first prior to initiating a transfer. You can verify the bank either via micro-deposits or an instant verification solution using a provider such as Plaid, MX, etc.