#David-checkout
1 messages · Page 1 of 1 (latest)
@tulip smelt you probably use Checkout and Checkout Sessions expire after 24 hours(https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#redirect-customers) so anytime a session is created and not paid you end up with a PaymentIntent like this
it's normal and you can just ignore them
Oh okay. So I can deduce that they are curious users who click on the payment and then close? Cancellation always occurs in the same minute that the payment is created. Thank you very much for your answer!