#ArjunB
1 messages · Page 1 of 1 (latest)
hi
If you need to cancel authorization, you can cancel the payment intent: https://stripe.com/docs/refunds#canceling-a-paymentintent
by default, the uncaptured PaymentIntents will be canceled 7 days after they are created
can we change that setting?
However, if this is for partial capture, any additional amount will be automatically refunded
to say 3 days
I do not believe but let me look
I was able to confirm that there is not a way to shorten this period. On day 3, you can cancel the PaymentIntent: https://stripe.com/docs/refunds#canceling-a-paymentintent
No, you said 3 days so that is why I used 3 days. If you need to cancel the authorization before the 7 day period, the above is the only way.
ok
can we do in bulk?
like all uncaptured ,
cancel them
I am not even sure why we are waiting 7 days.
Will the authorized payments be captured partially?
There is not a way to make a bulk request
we have times where we captured the payment and not able to fullfil the order(OOS)
allow partial - setting?
It's not a setting, it happens automatically
if you do not capture the entire amount
i have not see any partial , is there a way to filter
You can list your PaymentIntents: https://stripe.com/docs/api/payment_intents/list and look at the data.amount_capturable in the response
The partial capture comes from your end
What do you mean with that? You'd just capture the entire amount but maybe I'm not fully understanding the ask
well going to uncaptured and then cancelling or refund
instead dont enter that state and just cancel
Ahh, I seen. No, you'd then make the above API call to cancel the PaymentIntent
ok ty