#chrisg_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/1241041285763170418
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ they're largely for the different checkout experience provided. If you want to use a prebuilt checkout page that Stripe provides, you'll likely want to use Checkout Sessions. If you want to instead embed our Payment Element into your page for handling this, then you will want to work with the Subscription objects directly.
Okay. I have one more question. If we want multiple users to be able to see and modify the details of the same subscription (changing the credit card on file or the plan, etc.), is there support for that on Stripe's end or do we have to call Stripe's API using the customer ID?
Something like our Customer Portal?
https://docs.stripe.com/customer-management
(updated the link)
Yes, can we set up access to the same subscription there for multiple users?
Multiple users seems like it's a concept in your system, so it's hard to say definitively without understanding what you mean. The answer is likely yes though.
Essentially, a customer who is purchasing a subscription represents a business instead of an individual user, and we want to allow several employees of that business to be able to view and change the subscription details.
Then likely yes