03 May, 2024
In this tutorial Ill show you how to intergrate m-pesa check transaction status with your website in php1.Create a check transaction status file and paste in the following code:access_token;curl_close($curl); ?>…
In this tutorial Ill show you how to intergrate m-pesa check balance with your website in php1.Create a check balance file and paste in the following code:<?php/* access token */$consumerKey…
In this tutorial Ill show you how to intergrate m-pesa b2c with your website in php1.Create a b2c file and paste in the following code:<?php /* Urls */$access_token_url = ‘https://sandbox.safaricom.co.ke/oauth/v1/generate?grant_type=client_credentials’;$b2c_url…
Shortcode 1 601322Initiator Name (Shortcode 1) apitest361Security Credential (Shortcode 1) 361resetShortcode 2 600000Test MSISDN 254708374149ExpiryDate 2019-03-17T18:00:37+03:00Lipa Na Mpesa Online Shortcode: 174379Lipa Na Mpesa Online PassKey:bfb279f9aa9bdbcf158e97dd71a467cd2e0c893059b10f78e6b72ada1ed2c919
How to intergrate m-pesa b2b with your website phpIn this tutorial Ill show you how to intergrate m-pesa b2b with your website in php1.Create a b2b file and paste in…

How To Intergrate M-Pesa Check Transaction Status With Your Website Php

In this tutorial Ill show you how to intergrate m-pesa check transaction status with your website in php1.Create a check transaction status file and paste in the following code:access_token;curl_close($curl); ?> 2.Create a callback file and paste in the below code:<?php $callbackResponse = file_get_contents(‘php://input’);$logFile = “transaction-status-response.json”;$log = fopen($logFile, “a”);fwrite($log, $callbackResponse);fclose($log);

1 min read

How To Intergrate M-Pesa Check Balance With Your Website Php

In this tutorial Ill show you how to intergrate m-pesa check balance with your website in php1.Create a check balance file and paste in the following code:<?php/* access token */$consumerKey = ‘YgreYNuYW5xIVooFrZgIhQMvvBGr2Pe2’; //Fill with your app Consumer Key$consumerSecret = ‘699oGg0C1XdMoWOA’; // Fill with your app Secret $headers = [‘Content-Type:application/json; charset=utf8’];$access_token_url = ‘https://sandbox.safaricom.co.ke/oauth/v1/generate?grant_type=client_credentials’;$curl = curl_init($access_token_url);curl_setopt($curl, CURLOPT_HTTPHEADER, […]

1 min read

How To Intergrate M-Pesa B2C With Your Website In Php

In this tutorial Ill show you how to intergrate m-pesa b2c with your website in php1.Create a b2c file and paste in the following code:<?php /* Urls */$access_token_url = ‘https://sandbox.safaricom.co.ke/oauth/v1/generate?grant_type=client_credentials’;$b2c_url = ‘https://sandbox.safaricom.co.ke/mpesa/b2c/v1/paymentrequest’; /* Required Variables */$consumerKey = ‘YgreYNuYW5xIVooFrZgIhQMvvBGr2Pe2’; # Fill with your app Consumer Key$consumerSecret = ‘699oGg0C1XdMoWOA’; # Fill with your app Secret$headers = [‘Content-Type:application/json; […]

1 min read

How To Intergrate M-Pesa B2B With Your Website

How to intergrate m-pesa b2b with your website phpIn this tutorial Ill show you how to intergrate m-pesa b2b with your website in php1.Create a b2b file and paste in the following code:<?php /* access token */$consumerKey = ‘YgreYNuYW5xIVooFrZgIhQMvvBGr2Pe2’; # Fill with your app Consumer Key$consumerSecret = ‘699oGg0C1XdMoWOA’; # Fill with your app Secret$headers = […]

1 min read

How To Intergrate Website With Paypal Php

In this tutorial Ill show you how to intergrate paypal with website in phpPaypal is a safer way to send and receive money or make an online payment.To intergrate paypal with your website:1.Create a config file and paste in the following code: 2.Create a pay with paypal file and paste in the following code: 3.Create […]

1 min read

10 Uses of Bulk Sms in Organisation

Bulk SMS can be a valuable tool for organizations of all sizes. Here are 10 ways your organization can leverage bulk SMS: Marketing and Promotions: Customer Communication: Internal Communication: Other Uses: By incorporating bulk SMS into your communication strategy, you can improve efficiency, reach a wider audience, and strengthen relationships with customers and employees.

1 min read