#jry_j-paymentintent-canceled
1 messages · Page 1 of 1 (latest)
@delicate kiln we don't cancel PaymentIntents automatically for you.
Are you sure you're not doing something else like maybe a subscription? Can I ask you to provide more specific/actionable information about what you are doing and what yousee?
Hi Koopajah, so basically we create a paymentIntent and the order document when the customer begins checkout, depending on the method they selected, it will lead them to either the PaymentSheet or Alipay.
Here, the mindset was we want to make sure that should the customer escape the payment process off the client, we can leverage the webhook to cleanup the order document when the paymentIntent status updates when it lapses
yeah we never expire a PaymentIntent automatically
will it give any response at all or just hold in the incomplete status forever?
yes it will send a payment_intent.canceled event when the authorization falls off after 7 days of not being captured and no way to test this except just waiting
This was told to me earlier, maybe I misinterpreted and it only works if it's in an require_capture state?