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
val name: String
Link copied to clipboard
val ordinal: Int

Functions

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