I’m not familiar with the Stripe buy button options; does anyone have experience setting up a way to purchase a subscription with the option of paying monthly or paying annual?
Trying to see if I will need 2 buttons e.g. “pay per month” and “pay annual”
Yes, in your case, 2 buttons is the simplest, cleanest solution.
You can have it done using one button, but there will be some lag when you change the frequency because data will be pushed back and forth between Glide and Google Sheets.
So to keep it simple, 2 buttons seems like a decent option.
Thanks Jeff, it was actually me not understanding how the stripe button worked. I thought Glide was asking for the “product ID” in my stipe account to be able to identify my products from my stripe dashboard. But now I see that this is not the case, and Glide uses price/info from my google sheet.