Hey there – new to WeWeb but cannot figure out how to integrate stripe. I figured it would be as easy as adding the plugin, the 4 keys and adding a component onto the page.
Ive tried to do this but I just keep getting this error “Invalid Stripe configuration”
I’m running into the same symptom. Followed docs - was able to successfully create payment intent and bind to the element’s setting, but still see “Invalid Stripe configuration”
Hi @amandalllls, sorry we weren’t able to help sooner on this. Could you record a short video walking me through the setup on your end so I can have a look?
Hi, I have the same issue too! Sent a support request
Update: The support helped me to find the issue! I was selecting the object ID to update the variable instead of the client_secret (see screenshot below). When you do this, the system doesn’t show you an error message and you might not see the issue because both ID and client_secret have the string of characters at the start (pi_xxx).
Thanks for taking the time to share the solution @Laurendv, we really appreciate it
FYI, I’ve updated the user doc to make it clearer that it’s the client_secret value inside the result that needs to be selected. Hope it helps other users!
I am currently running into this very issue with “Invalid Stripe configuration”. I followed the docs, had no issues setting it up until I had to bind payment_intent_client_secret to the “Stripe - Payment” component. The variable payment_intent_client_secret is updated with Action.result[‘client_secret’] per the docs and this thread.
Would you mind recording a short video walking us through your setup or sharing a few screenshots of how things are setup on your side so we can take a look?
@Joyce Well I was about to record a video, but upon opening the editor today the payment form is now showing. If something changes I will record and send it over.