Hey, Ive got a page with an ID in the URL. I want the user to pay and then return to the same page with the ID in the URL. (Or ideally not even get redirected at all since the flow continues on the same page)
Currently the confirm payment action only allows us to choose a page, but not provide the params.
I tried also binding it manually like so
Also tried binding the UUID of the page + the ID of my event, but keep getting errors in console in the live app
You will find the stripe element variable in the explorer
The editor page url correspond to the full path you have in your browser when working on a given page in the editor.
Do not hesitate to ask if you need more help to use this workaround. You may need to update the condition if you have also a staging environment as it will require you to add a third url, the staging one.
Hey @Alexis Ive got another similar issue with Stripe.
I am allowing users to sell their service using stripe connect.
The user can create a product/price for their account, I am handling this via supabase edge function as there is no way to set custom headers to include the account_id
I am writing to inquire about the capabilities of the Stripe plugin in relation to accessing and managing user data via JavaScript. Specifically, I am interested in understanding whether it’s possible to use the plugin as an instance to:
Access and fetch user invoices.
Edit and manage user subscriptions.
Any guidance on how to implement these features, including code examples or documentation references, would be greatly appreciated.