V2

Handle for the V2 transaction flow. Provides a factory method to create a transaction intent and access to the pending payment intents service used to inspect / clear them.

Properties

Link copied to clipboard

Service that exposes the pending payment intent the SDK is trying to deliver to the backend. Used by the integrating app to inspect or clear the queue.

Functions

Link copied to clipboard
abstract fun createTransactionIntent(sdkTransactionData: SDKV2TransactionData, listener: SDKV2TransactionListener)

Creates a new transaction intent for the V2 flow.