#spg-paymentintent-cancel
1 messages · Page 1 of 1 (latest)
this is the request ID req_vPk2bs0CUQ2t8g
this is how we expect it to behave and how it behaves most of the times req_Tp3k0i9wjXcVId
by "succeeds on retry" I mean that it is declined by our webhook
I see the underlying payment intent was cancelled: https://dashboard.stripe.com/test/events/evt_3NXuBR2SxL8BfEQ61e0HCGbU
Looking at why that's the case
spg-paymentintent-cancel
@feral plume could it be that the Subscription was deleted they get deleted in Test mode after a while https://support.stripe.com/questions/test-mode-subscription-data-retention
Still looking though
There is no subscription. We just have an invoice that we try to pay as part of a test. The test verifies that the payment was rejected by our webhook. Looking into it more, it seems there are different PIs created which eventually get cancelled. Then next time we get a new PaymentIntent
E.g. https://dashboard.stripe.com/acct_1Jvsc42SxL8BfEQ6/test/payments/pi_3NTaqJ2SxL8BfEQ6129XtjdX
gotcha, something is definitely strange. Looking but will take a while for now
Okay thank you 🙂
Okay so it looks that you confirmed that Invoice too many times and there's a maximum number of confirmation before it gets blocked.
It's a new-ish change and I'd recommend talking to our support team about it. But mostly when testing, don't reuse the same Invoice over and over, just create a new one