Stripe Checkout Sessions

Hello - I’ve built a Stripe Checkout Session in the native mobile app builder using an API connector. I’ve tested the app and the user will go through to the checkout session fine, upon the click of a button. My issue is getting the user back to the app. The current solution I see for this is creating a success web page then using a webhook to bring them back to the app. With the upcoming changes in the plan payments to charge for mobile + web if you make use of both builders, it seems cost ineffective to opt for this when I am only going to be using the web builder to create one success page. Any workarounds for this to keep everything native and get the user back to the app without needing a webhook?

Thanks,

George

When a user successfully completes a transaction, the app doesn’t refresh?

When I test on Bubble Go, no. The API requires a success url so I put my test-version url into this and it just sends to a blank web browser page. I think maybe the workaround is to hosting a non-Bubble success page which then hooks back into the app, but any other ideas would be welcomed!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.