Hello !
I try to create transfers with status “failed” in my sandbox. I followed these steps: Getting started in the sandbox | Dwolla API Documentation
But they are in status “pending”. Did I miss something ?
Here is the payload
{
_links: {
source: {
href: 'https://api-sandbox.dwolla.com:433/funding-sources/FS1'
},
destination: {
href: 'https://api-sandbox.dwolla.com:433/funding-sources/FS2'
}
},
amount: { value: 9000, currency: 'USD' },
metadata: undefined,
achDetails: undefined,
clearing: { destination: 'next-available', source: 'standard' },
fees: undefined,
correlationId: CORRELATION_ID
}
Both FS1 and FS2 are named “R01”