#jokamax
1 messages ยท Page 1 of 1 (latest)
Hello ๐
There's no expiry time for a PaymentIntent
You can use it as long as it has not been cancelled manually
Nice thank you !
In this custom flow we can link the paymentIntent with an existing customer ? (this is not indicated in documentation link but maybe juste to have simple example)
You can, by passing customer ID when creating the PaymentIntent
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Perfect I saw that in paymentIntent Api doc but not in custom flow paymentIntent example : so THANK YOU for the confirmation !
Have a nice day