#_sidharth

1 messages · Page 1 of 1 (latest)

harsh dockBOT
silver nimbus
clear bobcat
#

great...thanks for the quick response

#

Also is 30 min the minimum?

silver nimbus
#

Yes

clear bobcat
#

ok then

#

One more question please. I have also implemented a webhook to track the events. In that I'm tracking checkout.session.async_payment_failed , checkout.session.async_paymnet_succeeded,
checkout.session.completed,
checkout.session.expired

I am not getting this idea of async payment, like what does it actually mean with respect to Stripe.Checkout

silver nimbus
clear bobcat
#

no just card and UPI payments

silver nimbus
#

Then it's likely not necessary. Those events are only required if you're handling async PMs that don't immediately succedd once the session is complete

clear bobcat
#

Awesome..thanks a ton ynnoj!

#

I hope then session.complete and session.expired is only needed

#

like is there anything I missing to track of in case of a failure

silver nimbus
#

Depends what you mean by 'failure'?

clear bobcat
#

what if a user uses an inactive card with no balance(in case of debit)?

silver nimbus
#

Then the payment would likey be declined. But there's nothing for you to handle in that scenario as they're on-session, completing the payment

#

The UI would show the decline errors and they can retry the payment with another card

clear bobcat
#

oh

#

ok then