#venkateshjsoft

1 messages · Page 1 of 1 (latest)

silver heartBOT
#

Hello! We'll be with you shortly. 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.

radiant locust
#

hi again, what's the question?

tender spoke
#

Hi

#

I want to check if its feasible to add extra payment method for an existing payment intent.

#

We create payment intent but the payment intent is failed, we will be presenting the same payment intent to the user to try new payment methods. but Im not sure if this is possible

radiant locust
#

yes you can call the Confirm PaymentIntent API on the same PaymentIntent multiple times with different payment methods until it succeeds, if that's the question.

tender spoke
#

let me rephrase my queation

radiant locust
#

if you could rephrase with some example code you're writing/exact API calls etc, that would be super helpful

tender spoke
#

We offer a service where users can purchase a subscription. Initially, users can pay using any payment method of their choice. For renewal payments, we automatically collect the fee directly from the user's bank account using the previously chosen payment method, by creating a new payment intent. This process occurs without user intervention.

If an issue arises during this step, we send an email to the user prompting them to retry the payment. At this stage, I want to offer all available payment methods, not just the one the user initially selected.

radiant locust
#

I see, and what code are you using and what problem did you run into?

tender spoke
#

as you can see here, user is not able to choose other payment methods during renewal payments

#

I want modify the existing payment intent to support multiple payment methods, so user can pay of their choice, is this possible

radiant locust
#

if the PaymentIntent was created by an Invoice though it's not possible to set that

tender spoke
#

Payment intent was created by us, not through Stripe subscription model

#

we are not using Stripe subscription for payments

#

then its possible I guess

#

am I correct?

radiant locust
#

sure, try the API call and see 🙂