confirmAsync

open fun confirmAsync(cardDepositConfirm: CardDepositConfirm, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerDeposit>)

Asynchronously confirms a Card deposit with outsourced payment confirmation.

Parameters

cardDepositConfirm

The card deposit confirm request.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.