#Error in creating dwollaCustomerUrl

9 messages · Page 1 of 1 (latest)

unkempt wren
#

if (!dwollaCustomerUrl) throw new Error('Error creating Dwolla customer')
The error in this line is getting invoked when i'm trying to sign-up.

unkempt wren
#

My code is working now, i tried putting a valid state abbreviation instead of a random state abbreviation and now it's working trying putting the same credentials as Adrian was putting in the video and it will work. Basically the problem was due to the usage of an invalid State abbreviation in my case AQ. I think dwolla works only for banks of America because it won't take state abbreviation of my country.

fallow linden
#

Hey! I have the same error creating Dwolla customer! I changed the state abreviation but It's not working!

fallow linden
#

I solved the problem thak you

unkempt wren
tawdry rose
unkempt wren
tawdry rose
#

You can also use a function to convert any of the input characters on that field to be uppercased.

fallow linden
# unkempt wren How did you solve it?

I had a typo instead of rendering userData It was data. I forgot to update it to userData when Adrian did. I just went over my code until I found it! That's why I was unable to create Dwolla Customer