Hi all
Making a new post here as I haven’t seen anyone else mention an issue similar to what I’m experiencing. I’m working with the drop-in components, specifically dwolla-beneficial-owners
and the dwolla-document-uploads
and running into an issue as they are initializing. I’ve attached a screenshot of the errors being returned from dwolla-web.js
(version 2.1.9
) below:
I’ve already successfully interfaced with the dwolla-business-vcr
drop-in, so I’m fairly confident there isn’t anything wrong with the configuration of the dwolla object. On top of that, I’ve confirmed that my server is responding with valid token responses. Just to be thorough, the request being made for those client tokens are the two following requests:
{'action': 'beneficialownership.read', 'links': {'customer': {'href': 'https://api-sandbox.dwolla.com/customers/5f3abea0-c4ed-4d93-9f86-536d0bbabf94'}}}
and
'action': 'beneficialowners.create', 'links': {'customer': {'href': 'https://api-sandbox.dwolla.com/customers/5f3abea0-c4ed-4d93-9f86-536d0bbabf94'}}}
The uuid shown in those request bodies is, of course, the customer id I’m handing the dwolla-beneficial_owners
element and corresponds to a newly-created customer on my sandbox account. The type of this customer is corporation. Edit - Also I’m aware that the links
key in those requested bodies are incorrect (see associated post) - my server is accounting for this and changing the key to _links
.
Finally, as far as how this is manifesting visually, I’ve attached another screenshot. The component is, of course “stuck” gathering info. For what it’s worth, the same error (i.e. exact same line in dwolla-web.js
) occurs when attempting to initialize the dwolla-document-uploads
drop-in.