#Hitesh Gupta

1 messages · Page 1 of 1 (latest)

agile grottoBOT
glacial pagoda
#

Hi there!

#

Can you share the request ID or the SetupIntent ID?

jagged lion
#

ack

#

Are you mean by this "id": "seti_1NSwWzKi83HahApxrLdUEs2I" ?

#

if yes can share you few others also that got earlier for your reference

glacial pagoda
#

Perfect, having a look

#

The status of that SetupIntent is requires_payment_method, so it's expected that you didn't receive a setup_intent.succeeded event.

jagged lion
#

ok let me check will ping you here

glacial pagoda
jagged lion
#

I am using below Approach to save Card details using CreateSeupIntent from java backend:

  1. createCustomer from restapi backend by passing emailID
  2. java main class for CreateSeupIntent consuming custID and usage:OFF_SESSION
  3. createSubscription(from backend restapi) by passing custID and priceId
  4. then pay invoice from Stripe dashboard
    Card is saving for all[without SeupIntent also at stripe dashboard]

Can you guide for : SetupIntent status is "requires_payment_method" as I am Paying from stripe dashboard invoice link?

#

can i request you for any leads please?

glacial pagoda
#

I'm confused. Is your end goal to create a Subscription?

#

Then you don't need to create a SetupIntent at all.

jagged lion
#

My end goal is to save card details and to pay automatically next invoice using usage:OFF_SESSION [when user is not present]

glacial pagoda
#

But in step 3 above you mentioned Subscriptions. So are you creating a Subscription?

jagged lion
#

Yes I need to create createSubscription for recurring products and while pay for subscription first time , from next time it need to pay automatically

crystal pecan
#

I'm not sure I understand your use case correctly. You want to create a Subscription with both manual and automatic payments ?

jagged lion
#

ok let me explain

#

I need to subscribe for a recurring product, first time pay i will add card details.
Post it for next payment say 1 month later it will be done automaticalliy[using usage:OFF_SESSION].

crystal pecan
jagged lion
#

the steps i shared used this guide earlier

#

post it now next using to pay automatic paymets is our goal

crystal pecan
#

If you build a Subscription following that guide then, you'll collect the PaymentMethod from the customer, then all recurring payment will be made automatically

jagged lion
#

ok does it will not riequires Setup intent also?

crystal pecan
#

nope

#

you collect the payment method just once, as mentioned in that guide.

jagged lion
#

will check and keep you posted. testing will take few hours, thanks

crystal pecan
#

Happy to help, don't hesitate to come back and ask your follow up questions in the main channel.