#jessp1736
1 messages · Page 1 of 1 (latest)
Hey, I'm reading over the docs around how a payment intent is transitioned. It seems like it only goes to canceled if it's manually done. Is that right or will Stripe set it to canceled in other cases?
Standalone payment intent no, not that i'm aware of.
Payment Intents managed by Checkout might be canceled when the session expired uncompleted, let me check
👋 while synthrider checks that, another one is if the PaymentIntent is generated by an invoice.
AFAIK If the invoice is voided, the PaymentIntent gets cancelled too.
Confirmed that yes when a Checkout session expires unpaid, the PI is canceled