Mpesa payment gateway in php

Hi guys after login in to https://developers.saricom.co.ke and then create an app how do i get the codes into my site in order to have a payment through lipa na mpesa please talkers help[ATTACH=full]166963[/ATTACH][ATTACH=full]166964[/ATTACH][ATTACH=full]166965[/ATTACH]

Wacha niunde yangu na nitumie hizo keys zako

sasa baadas ya kutengeneza utawekaje kwenye website?

first that address that you just shared is wrong

Next have you ever used api’s in your projects before?
Also did you read the documentation here https://developer.safaricom.co.ke/docs?php#authentication

[ATTACH=full]166971[/ATTACH]

Yaani uliona comment ya @code ninja na ukaamua wewe pia ni mwanaume lazima utumie hii Mpesa api kwa app yako ya php?

[ATTACH=full]166973[/ATTACH]

nop nilikuwa natengezena site ya bookings and it needs mpesa,paypal and credit card paymeny gateway so am looking for help from from you guys,now you start making fun of me is that how Kenyans should trat others?

ok let me check

am meeting you inbox

  :D:D:D:D:D:D:D:D:D:D:D:D:D

Wewe pia haujui kudanyanya. Saka tutorial inadeal na some api, follow it, ukishaelewa anzia projects za kupractice api sasa, you can use some weather api or twitter api, then progress to more complex stuff.
Peleka masomo pole pole

Use an IDE to insert the code…

show me plz

o_O chesos

Soma hii documentation kwanza
https://developer.safaricom.co.ke/docs

wachana na huyu hajui what he is doing. you are the second person kumwekea doc link

Coders have problems.

[ATTACH=full]166985[/ATTACH]

Dude, hakuna mtu alizaliwa akijua Safaricom API. Ignore watu wanaonyesha madharau and keep moving…

After creating your app, you should click on the ‘API’ link on the menu bar at the top. Then look for the link below that says OAuth.
[ATTACH=full]167008[/ATTACH]

Now you click on that OAuth API link and generate the tokens. It takes you to a place where you can insert the Comsumer key and consumer secret of your application

[ATTACH=full]167009[/ATTACH]

As you can see, the blue link will be used to make the request and it should return a json result of code 200 to signify a successful request. After here you can proceed to use the API as desired.

You were on the right path. Steps to follow are
[ol]
[li]Create App[/li][li]Go to APIS from menu[/li][li]Locate OAuth to generate credentials[/li][li]Enter the consumer key & secret as shown in the screenshot before this response and make an API request (Here you should only make one request per minute as they all go to the Mpesa server and ping back.) If successful, it should respond with code 200 which implies successful.[/li][li] Now after generating the credentials, you are ready to use the API in sandbox mode. Depending on what you’re working with, everything will be in sandbox mode so it is just an API playground. If you want to ingrate this functionality into a site, then you need to choose a use case to work with e.g: B2B or C2B or MPESA express with the STK. All these use cases have an implementation procedure depending on the language you’re using as well as the application you’re developing. [/li][/ol]