#aravind_api

1 messages ยท Page 1 of 1 (latest)

rapid socketBOT
#

๐Ÿ‘‹ 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.

worthy sorrelBOT
#

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.

flat lake
#

i am using recurring price with checkout session object for subscription. my mode is subscription

worthy sorrelBOT
sand monolith
#

Hello

flat lake
#

hi

sand monolith
#

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.

flat lake
#

but in other they can achieve right assuming a organization contain admin role of multiple users. they all use one card right

sand monolith
#

Not sure what you mean by that

flat lake
#

lets assume a organization contain role of admin with multiple users. they all use one card right

sand monolith
#

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

flat lake
#

ok

#

got it

sand monolith
#

๐Ÿ‘

flat lake
#

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

sand monolith
#

Going to need more details.

#

What are you trying to do exactly?

#

You are trying to charge the saved PaymentMethod?

flat lake
#

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

sand monolith
#

You would only send the customer to a Checkout Session if you are collecting a new PaymentMethod

worthy sorrelBOT