Payment Confirmation

Velocity Android Software Development Kit Integration Guide

Implement the displayPaymentConfirmation callback method to receive the transaction status as shown in the following code sample:

override fun displayPaymentConfirmation(txn: mPointTxnInfo?, code: Int, mpoint: mPoint) {
        Log.d(TAG, "displayPaymentConfirmation")
    }