Balance Funding Source ID

How do I get the balance funding source ID? I fetch the funding sources but I do not see a Balance funding source in the return? This is for a verified Business-type Customer

Hi @snicol – it should be listed under the list of funding-sources for that Customer! Would you be able to share the response you got from the API? Perhaps the Customer hasn’t be fully verified? The Balance funding-source is automatically created once the customer is fully verified.

1 Like

What is the exact command to call on a dwollaClient object to get my list of funding sources (not a customer’s)?

Hi @Adam_Braus , The two different List funding sources API calls would be:

  • Accounts - GET https://api.dwolla.com/accounts/{id}/funding-sources

  • Customers - GET https://api.dwolla.com/customers/{id}/funding-sources

To recap Accounts would be the resource that identifies the Primary Dwolla Account. This is the account that is setup when you register with Dwolla. Customers are any end-users on your platform and are relational/owned by this parent Dwolla Account.

Assuming you’re referring to the method/operation name when using a Dwolla supported SDK?

I think I figured this out, at least for my cases, I just have one funding source, and I can find its ID on the Dwolla website, so I’ll just hardcode it into my encrypted production environment variables.

Hey but while I have you! My Dwolla production account has been sitting in “Pending” status since 9/4/2020. Can you double check on it for me? hello@givewithfig.org

Thanks!

Sure thing! I’ll send a note over to our app review team.