I’m using Dwolla with Plaid integration. I have implemented up to getting Plaid processor_token for Dwolla. But after then in order to get the funding source URL for the customer we have to send a request to
https://api-sandbox.dwolla.com/customers/{cutomer_id}/funding-sources
How can I find this cutomer_id?
I tried creating a new customer. But the response of creating a new customer does not seem to return the customer id. Can you please help to understand what I’m missing here?