#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/1219168275662114816
đ 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, 2 days ago, 16 messages
- aravind_api, 2 days ago, 8 messages
No you can't attach a payment method to another customer.
ok thanks for that. Can I assign a role to multiple customers and can I use one payment method for all customers.
No
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
You can create multiple payment methods from the same card, and attach theses payment methods to customers respectively.
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
Then you should ask your customer to use a new card if they don't have the old card anymore.
no that not works in my case. Can I create a new payment method using existing payment methods. Here I dont have card details
No I don't think it would work.
yah ok
Also it's recommended to use SetupIntent to collect payment method from your customer, you should avoid creating payment methods directly.
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
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.
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.
so all time customer should provide card details
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.