#shashankzade_76087
1 messages ยท Page 1 of 1 (latest)
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.
- shashankzade_76087, 21 hours ago, 16 messages
- shashankzade_76087, 1 day ago, 8 messages
- shashankzade_76087-account-support, 1 day ago, 7 messages
Sure, what's the pi_xxx ID?
Taking a look
cool
Having issues loading this payment right now. Will keep trying
what issue are you having? is there anything i can do for this?
Ah, I suspect that the PI is canceled after ~7 days which is expected โ the auth expires: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#:~:text=You need to capture the funds before the authorization expires. If the authorization expires before you capture the funds%2C the funds are released and the payment status changes to canceled. By default%2C the authorization expires in 7 days. Learn more about statuses for asynchronous payments.
Actually, no. You've exceeded the confirmation attempt limit on that payment so it was automatically canceled
hey can you send me the documentation for confirmation attempt limit
and related limits on payment intent
I'm afraid it's not documented publicly
There's no other limits, really
Your integration just needs to be able to handle that scenario
can you mention the limit to me
i can block it before it reaches that number of retries
It's 10 confirmation attempts
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Hey i have one more question though that's not related to this
no worries
Can I a configure an expiry time on an auth done by creating an payment intent with capture method as manual for a credit card
the expiry is 7days
will the auth be cancelled if i cancel the intent?
yes
i am not able to see any parameter where i can specify an custom expiry time for auth can you confirm if thats the case
you can't customize the expiry time
can i use this payment_method_details.card.capture_before
this is a read only value
oh ok so in case of pending payments i will have to manually cancel them after a certain time
Because we don't want to hold customers money for 7 days.
yes that's the only work around
ok thank you this resolves my query