#aravind_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/1219306676193071105
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- aravind_api, 6 hours ago, 30 messages
- aravind_api, 3 days ago, 16 messages
- aravind_api, 3 days ago, 8 messages
i am using recurring price with checkout session object for subscription. my mode is subscription
Hello
hi
You can't attach the same PaymentMethod to multiple Customers, no.
You would have to collect it multiple times. What you can do however is create multiple instances of Stripe.JS so that multiple PaymentMethods are created from a single submission though.
but in other they can achieve right assuming a organization contain admin role of multiple users. they all use one card right
Not sure what you mean by that
lets assume a organization contain role of admin with multiple users. they all use one card right
Sure
Just depends on your model
Sounds like what you really want to do is map multiple of these "admin roles" to one Stripe Customer object
So that you just have the one PaymentMethod that you are using
๐
yah but i am using checkout session object right they in url. it is showing email of particular email. how give me some work around it
Going to need more details.
What are you trying to do exactly?
You are trying to charge the saved PaymentMethod?
no i am assuming to create a customer with sample@infc.com and if another user tries for next subscription with sample2@infc.com then In checkout object UI. user gets confued right
i am taking about UI email field
You would only send the customer to a Checkout Session if you are collecting a new PaymentMethod