I am trying to create an easy way for customers to upgrade from unverified to verified. I’m using drop in components as specified here:
When I test the drop in component by entering information about the customer I am trying to upgrade the forms raises an error:
A customer with that specified email already exists
I’ve also checked the headers of the request being made. The url is
https://api-sandbox.dwolla.com/customers/
There’s no parameter for the customer id.
shreya
(Shreya | Developer Advocate @ Dwolla)
December 22, 2022, 4:22pm
#2
Hi @Robin_Gane-McCalla – it sounds like the customerId isn’t being passed to the drop-in component. Would you be able to check if the ID of the customer you trying to upgrade is being send to the component?
<dwolla-customer-update
customerId="bad1e843-2115-4fb2-874e-85f6d90e0330"
terms="www.yourterms.com"
privacy="www.yourprivacy.com"
/>