confirmPaymentAsync

Asynchronously confirms an existing payment transaction. This sets the payment status to PROCESSING and proceeds with completing the transfer from the customer's wallet to the merchant.

Parameters

request

The request object containing necessary information to confirm the payment.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.