#kalaLokia-paymentintent
1 messages · Page 1 of 1 (latest)
hi! you'd do it from your backend if you need to.
If you use Checkout instead of direct PaymentIntents it has an expires_at option which does basically what you probably want and might be useful https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-expires_at
But for checkout, I have to create price object in stripe dashboard right?