EcoCash/InnBucks Error - Flutter


#1

getting: status=Error&error=Failed+to+initiate+transaction%2c+please+try+later

using the PayNow Flutter Library paynow: ^4.0.1 https://pub.dev/packages/paynow
Testing Using : 0771111111
API Under Internal Testing
Here is the code outline:

Payment payment = paynow.createPayment("PAY001", "lewin@systems.net", currency: Currency.usd);

final deposit = PaynowCartItem(title : "Deposit", amount: 5);

payment.addToCart(deposit);

InitResponse response = await paynow.sendMobile(payment,'0771111111',MobilePaymentMethod.ecocash);

print(response);


#2

Hi, just checking - are your keys for zig payments or usd (the ones being used for this specific trial)?


#3

The keys are for USD payments