I’m just about ready to deploy my app and stuck on integrating Stripe’s live API (therefore the live products) to Bubble.
- Using Stripe plugin
- Using Stripe Customer Portal plugin
- Integration in Bubble and price ID’s using Stripe secret key (development) works properly. I can see Test mode price ID’s in my workflows in my subscription page
- In Stripe, I copied my products to Live mode. New price IDs for Live mode are created
- In Bubble, I pasted the Live publishable key and Live secret key into Stripe plugin and Stripe Customer Portal plugin, respectively
- Issue: the Live price IDs aren’t showing up in my workflow
- (attempt to fix), deleted Secret key - development and only left the Live Secret key. Result: no price ID’s (live price ID’s or test price ID’s) are showing up in my workflow.
Integration of the live keys from Stripe to Bubble seem to be the issue(?) since the price ID’s are showing up fine when I only have the test pk and sk in the plugin. I double checked the live pk and sk and they are exactly the same from my Stripe live mode in my Stripe dashboard. I also uninstalled and reinstalled both Stripe plugins. Any help or insight is appreciated! TIA.