Testing mode expectations


#1

I am using Laravel to integrate with pay now but in testing mode. does testung mode send ussd push notification or it only shows this json response.

{“response”:{“success”:false,“status”:“error”}}


#2

Hi

Assuming you are using the remotetransaction endpoint to initiate the transaction? You should use one of the test mobile numbers documented here to simulate the result you want to test.

When in “test mode” you will not receive a USSD push to your handset (because that would simulate a transaction on the live Ecocash platform which defeats the purpose of test mode)

Hope that helps


#3

Thank you its now making sense and working for the test numbers you gave me.


#4

Glad to hear it :slight_smile: All the best