#Nabicore
1 messages · Page 1 of 1 (latest)
No it's not possible unfortunately. Generally 7 days is the limit
You can consider cancel the original PI and recreate when it approaches 7 days tho
Thank you for answer.
Can PI be recreated to extend the capture period without customer consent? If possible, I'd like to know how.
If not, is there a way to set a specific date and not cancel it until that date?
The former, you can simply call the Cancel PaymentIntent API and call Create PaymentIntent API again.
Well you can delay the timing of creating PaymentIntent, by creating a proxy level on your system, for example
Just idea
Or you simply collect the Payment Method via a SetupIntent, then wait until you are ready then create the PaymentIntent
(but that won't hold the fund effectively)
Will bank payments become unavailable if capture_method is set to manual?
Capture is only for card AFAIK