#stickyjams_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1374707086172356750
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
indeed, if you want to make recurring payments, you should directly use Subscriptions.
the recommendation is to use Checkout Session to create the Subscription. you can learn more about this here: https://docs.stripe.com/billing/subscriptions/build-subscriptions?platform=web&ui=stripe-hosted
this is generally higher converting then I guess compared to embedding it with stripe.js?
I had it set up embedded on the page so that I can have a checkbox to accept terms of service before they can buy
you can use Checkout Session embedded yes. that's completely up to you.
i havent used checkout session before i just sent a secret key to stripe and it loads the thing for me. is there any way to add a checkbox for accepting terms of service or etc. on the checkout session?
the url cannot be specified per checkout?
no