#Nabicore

1 messages · Page 1 of 1 (latest)

green otterBOT
wise radish
#

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

jaunty crystal
#

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?

wise radish
#

The former, you can simply call the Cancel PaymentIntent API and call Create PaymentIntent API again.

jaunty crystal
#

Thanks!

#

Are there any other ways to implement pre-order payments?

wise radish
#

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)

jaunty crystal
#

Will bank payments become unavailable if capture_method is set to manual?

wise radish
#

Capture is only for card AFAIK