Hey all - just want to make sure I’m not crazy here. Bubble uses the terminology “Plan ID” and “Plan Name”, but there is no such thing in Stripe’s interface:
In bubble:
In stripe it is Products, and each Product can having multiple Pricings:
Furthermore, “Plan ID” and “Plan Name” evaluate to the same thing…
Am I doing something wrong? BTW, everything seems to work - just confusing!
jukoen
September 9, 2022, 10:12am
3
Hi @drfalken ,
only guessing but maybe set a nickname & see if both expressions still show the same result:
https://stripe.com/docs/api/plans/object#plan_object-nickname
josh24
September 9, 2022, 10:18am
4
Same thing! I think it’s more of a historical thing.
Actually, in their API calls they kinda use them interchangeably.
Josh @ Support Dept
Helping no-code founders get unstuck fast save hours, & ship faster with an expert on-demand
I post daily about no-code and Bubble on Twitter
1 Like
NigelG
September 9, 2022, 10:42am
5
Yeah same with Price object.
It can be the id or the actual “name” you have given it. Which is fairly helpful to remind you what you are doing
copilot
September 9, 2022, 11:52am
6
@NigelG Looks like the good 'ol Stripe.js plugin.