Skip to main content

Cashout

You can perform cashout transaction using this service.

Perform Cashout#

// Import the ISWHandler from com.interswitchng.smartpos.IswTxnHandler
// use to process cashout
IswHandler().processCashoutTransferTransaction(
paymentModel: PaymentModel,
accountType: AccountType,
terminalInfo: TerminalInfo,
destinationAccountNumber: String? = "",
receivingInstitutionId: String? = "",
)

Parameters#