confirm Payment
abstract suspend fun confirmPayment(request: WalletCheckoutPaymentConfirm): WalletCheckoutPaymentResponse
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.
Return
A WalletCheckoutPaymentResponse object containing the updated details of the payment.
Parameters
request
The request object containing necessary information to confirm the payment.