confirmPaymentIntentWithDevice
fun confirmPaymentIntentWithDevice(device: Device? = null, params: ConfirmPaymentIntentParams, listener: Airwallex.PaymentResultListener)
Deprecated
Use checkout() for standard payment flows. This low-level API is kept for advanced device fingerprinting only.
Confirm PaymentIntent with Device Fingerprinting
Parameters
device
a Device object containing device information for fingerprinting, optional.
params
ConfirmPaymentIntentParams used to confirm the payment intent
listener
a PaymentResultListener to receive the response or error