#surajkumar8781

1 messages ยท Page 1 of 1 (latest)

scenic barnBOT
#

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.

rain pike
#

๐Ÿ‘‹ happy to help

latent oracle
#

Yes Please

rain pike
#

is this intended to be for customers in India?

latent oracle
#

Not specifically for indian customer but Europe and US customers

#

Update please ?

rain pike
#

please be patient will be with you shortly

latent oracle
#

Okay thank you, our production customers are blocked now so want resolve it ASAP.

rain pike
#

ok so I see that you're not using the correct flow

#

that shouldn't be the case otherwise the 3DS might be required twice

#

once for the SetupIntent

#

and once for the subscription invoice

latent oracle
#

Okay so what should be correct flow ?

rain pike
latent oracle
#

This flow is for paymentIntent but we are using setupIntent

rain pike
#

you shouldn't be using SetupIntents

#

actually... you shouldn't be using seperately created SetupIntents

#

if the subscription has a trial period or a 100% off coupon

#

then instead of using the latest_invoice.payment_intent.client_secret to collect the Payment Method on the frontend you would use the pending_setup_intent.client_secret

#

in both cases, if the customer is in India, that is not enough, because you need to create a mandate as well otherwise on each invoice 3DS will be required

latent oracle
#

It is now more confusing, our customers are mostly from US and Europe.

#

Do you have any POC for this that i can refer because we have to fix this ASAP

#

its entirely blocking our payment system

rain pike
#

as I said, you need to follow the steps I shared

#

if you don't really care about the India Recurring Payments then you can ignore my last comment about that

#

but using l_i.p_i.client_secret and p_s_i.client_secret is the way to go

latent oracle
#

let me read the documenting again because when we integrated it was clearly mentioned that we have to use setupIntent

#

We have to collect payment information before subscription

#

This is the kind of UI we have to build

latent oracle
#

Do you have any POC for this ?

#

I would like to refer and follow correct path

rain pike
#

I shared the guide with you in the link above

scenic barnBOT
latent oracle
spiral scroll
#

I'd suggest running/testing it and finding out.

latent oracle
#

Last time stripe community suggested me to use setupIntent

#

Its really confusing and documentation is not even proper

spiral scroll
#

Sorry to hear that was your experience.