I’m using Plaid to get a Dwolla processor token, then I created a customer in Dwolla and now creating a funding source for the customer.
This code was working successfully before and not sure what I did to make it stop.
I was able to go through the entire process and complete a funds transfer but it’s not working now.
I’m making the call to customerUrl/funding-sources with the Plaid processor token and the account name.
The response comes back with ‘200 OK’ but there is no location property in the header.
Request (the header does have the ‘Authorization: Bearer xxxx…’ present):
{“name”:“Plaid Checking”,“plaidToken”:“processor-sandbox-9f2c5db7-bb27-4f21-8ecd-172251c3e89a”}
The response includes the id, email, name, etc. of the customer, but no location in the header.
If I login to the Dwolla sandbox dashboard, the customer is present but no funding sources exist.
How can I troubleshoot what the issue is?
Thanks,
Brent