#pandaa
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Copying the other message here:
Maybe a timeout issue ? I see that the two first calls takes about 1sec to answer the 307 ?
Also, it seems that the issue occurs only in production and not in test mode
It seems like the the button is not correctly disabled while loading. And it takes longer than expected.
Do you mind recording your screen so we can see how it looks?
In fact the button gets disabled, I'm redirected to a page saying that i'll be redirected to my website .. and then it goes back to the previous page
Upload in progress
Oh, so are the checks on your side not passing?
You're right !!
On the first two calls
I receive "charges_enabled": false, but "charges_enabled": true, on the third one
Seems that there is a delay between the time when informations are submited and the time when charge are enabled
Is this normal ? Am I checking the correct fields ?
Yes, it seems like it takes a bit of time for Stripe to verify all the information.
I recommend you notify the user asynchronously when the checks are passed, for example, via email.
Perfect, thank you for your help
Happy to help. Let me know if you have any other questions.