post https://payments-instore.sandbox.tingg.africa/initiateMerchantPayment
This page will help you get started with Instore.
Request
{
"msisdn":"254705568254",
"amount":1,
"counterCode":"12150",
"payerClientCode":"SAFKE",
"reference":null
}
Response
{
"success": true,
"statusCode": 200,
"message": "A payment request of KES 1.0 has been sent to 254705568254. Ask the customer to authorize the payment on their phone.",
"data": {
"merchantTransactionID": 1556930
}
}