onPaymentIntentForwarded

abstract fun onPaymentIntentForwarded(paymentIntent: PaymentIntent, e: TerminalException?)

onPaymentIntentForwarded invoked when the SDK has finished forwarding - successfully or not - all requests associated with a particular PaymentIntent.

Parameters

paymentIntent

the PaymentIntent for which the forwarding completed.

e

if the forwarding process failed for this specific PaymentIntent, the associated error.