OFFLINE_PAYMENT_INTENT_NOT_FOUND

OFFLINE_PAYMENT_INTENT_NOT_FOUND(TerminalErrorType.PAYMENT_ERROR)

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.

Functions

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

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int