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:

  1. The PaymentIntent was created offline.

  2. The SDK re-established connection to Stripe's backend and successfully forwarded the PaymentIntent.

  3. Your application attempted to process the PaymentIntent, but it was already forwarded.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String