#aravind_api

1 messages ¡ Page 1 of 1 (latest)

analog brookBOT
#

👋 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/1219168275662114816

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

mystic siloBOT
#

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.

crisp yoke
#

No you can't attach a payment method to another customer.

obsidian shard
#

ok thanks for that. Can I assign a role to multiple customers and can I use one payment method for all customers.

crisp yoke
#

No

obsidian shard
#

ok

#

Certainly My use case is we are having a multiple customer in one role as admin. one organization contains a one or two business card for all customer from their organization. then how can i achieve it? I am using checkout session object for payment using recurring plan actually

crisp yoke
#

You can create multiple payment methods from the same card, and attach theses payment methods to customers respectively.

obsidian shard
#

ok

#

Assuming a new payment method was created and customer left. to create a another payment I dont have card details right.

#

and I want to one payment methods handle all these because transations and invoices get differ again in that case

crisp yoke
#

Then you should ask your customer to use a new card if they don't have the old card anymore.

obsidian shard
#

no that not works in my case. Can I create a new payment method using existing payment methods. Here I dont have card details

crisp yoke
#

No I don't think it would work.

obsidian shard
#

yah ok

crisp yoke
#

Also it's recommended to use SetupIntent to collect payment method from your customer, you should avoid creating payment methods directly.

obsidian shard
#

Yah using SetupIntent : off_session. Ok I am using recurring plan for subscription mode in checkout session can I pass particular payment method to use it

#

My scenerio is just to use one person payment method to another person

#

because they are all in one organization unit so

crisp yoke
#

No you can't pass a payment_method to a checkout session, but you can specify a customer and Checkout will use the customer's default_payment_method.

obsidian shard
#

yah I observed

#

is there any recommened way actually

crisp yoke
#

Sure, it's the same advice that I suggested earlier. You should use SetupIntent (or setup mode checkout session) to collect the same card details for each of the customer.

obsidian shard
#

so all time customer should provide card details

crisp yoke
#

Card details are needed when you collect a payment method for a customer at the first time. Once saved successfully, they are not required for recurring payments.

obsidian shard
#

ok

#

if new customer creates then he need give card details right in check out while subscribing . I am using recurring price actually

#

My mode is subscription