OFFLINE_PAYMENT_INTENT_NOT_FOUND
Error reported when processing a PaymentIntent that doesn't have a corresponding create request. In this situation, the PaymentIntent should be created again. This would typically happen if:
The PaymentIntent was created offline.
The SDK re-established connection to Stripe's backend and successfully forwarded the PaymentIntent.
Your application attempted to process the PaymentIntent, but it was already forwarded.