#petro-payments

1 messages · Page 1 of 1 (latest)

long torrent
twin tiger
#

Hello !
First; you can pass a customer ID when you create a Payment Intent (https://stripe.com/docs/api/payment_intents/create, see customer)
Second; i believe it is not possible to hold for more than 7 days (or maybe 10). So you might want to save the card to charge it later.

#

(for the second, you might want to wait for confirmation of the stripe team, but i beleive they already told some other people it was not possible)

long torrent
#

yes 7 days is the maximum time you can hold authorised funds for and it's not configurable.

soft arrow
#

Ok, got it.
We have a PaymentIntend and Charge. They both have a customer id field to send. Is it the same customer id? Just want to clarify

twin tiger
#

Ahem

#

Charges and PaymentIntents are linked to each other

#

So i assume that yes

#

Charges have a paymentIntent property and vice-versa