#monkeyt
1 messages · Page 1 of 1 (latest)
Hey there, can you just explain the issue you're facing currently?
Hello. I'm using Card Element. Before calling stripe.createPaymentMethod, I double checked that complete = true. However, createPaymentMethod always returns error incomplete_number
Hmm that shouldn't be happening.
Is your test integration online that I can see? Can you share any relevant snippets of your client/stripe.js code?
I double checked that complete = true
Are you checking in achangeevent from the element or something else?
Yes I am
Ok, can you share that code to show what you're checking and then what you're calling?
Hey thanks, I managed to find the error in my code. I'm actually using 2 Card Elements to manage payment to 2 Stripe accounts (based on products purchased, a business requirement), the refs got mixed up!
That makes sense! Glad you got it sorted out 🙂