How do choose a payment method whether be it ecocash or bank transfer on java SDK
Choose a Payment Type
root
#2
// Create a mobile payment
Payment payment = paynow.createMobilePayment(“Invoice 32”, "user@example.com");
// Add items to the payment
payment.add(“Bananas”, 2.5);
payment.add(“Apples”, 3.4);
// Send the payment to paynow
paynow.sendMobile(payment)
root
#5
I’m not sure, been waiting for the feature too. I think starting this as a new Topic will be a good idea