makePayment

fun makePayment(amount: Double, paymentMethod: PaymentMethod, transactionType: TransactionType, clientTransactionId: String? = null, merchantReference: String? = null, listener: Response<Transaction>? = null)(source)