Choose a Payment Type


#1

How do choose a payment method whether be it ecocash or bank transfer on java SDK


#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)


#3

i think only support ecocash for the moment


#4

Ok thanks , when will it be able to choose which payment type


#5

I’m not sure, been waiting for the feature too. I think starting this as a new Topic will be a good idea