Hi;
please check the below request:
I have created an exchange between Dwolla and MX API using the tokenized method. I want to update the Bank account i.e account_number and routing_number.
But Update (Verified) Bank Account API Only Updates Customer’s Bank Name
it’s not working for account_number and routing_number. So how can I update account_number and routing_number for my Bank Account
POST https://api.dwolla.com/funding-sources/{id}
On hitting Update funding source API I am getting the following error:
API response: {
“success”: false,
“message”: “Verified banks and those with micro-deposits cannot be updated.”,
}