-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i am using b2c api. i am not getting call back url #2
Comments
@av12 Any luck? I am having the same issue |
Make sure you are not using production credentials. Generate credentials
here https://developer.safaricom.co.ke/test_credentials
…On Mon, Apr 2, 2018 at 4:10 AM, nellycheboi12 ***@***.***> wrote:
@av12 <https://github.com/av12> Any luck? I am having the same issue
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYAZSmhf3Vg0FPeedjm3XNYInBZzleQHks5tkXp3gaJpZM4Sxav3>
.
--
*********************************
Regards David,
Tel : 0729003109,
Email:[email protected]
|
i am using test credentials. my request get succsess. but i did not get call back url. i am using static ip. |
Hey sir, which is the best java IDE to use because when i compile the code in netbeans still giving me error |
@mbuguanjane the best IDE to use for JAVA is is the IntelliJ Idea you will love it. It works so well with the Payments APIs. |
Please note that a callback url should be a secure url ie https://somesite.com and NOT http as seen in your code |
@DahnChaser I think callback url is open to non ssl secured links the only restriction according to the documentation is validation url and confirmation url |
Assign me this task |
Make sure the request is originating from https also, I was facing the same issue |
i am using b2c api. my request gests succsess but i am not getting call back url
my request response is
{
"ConversationID": "AG_20180320_000079651564296dd839",
"OriginatorConversationID": "17377-112278-1",
"ResponseCode":"0",
"ResponseDescription": "Accept the service request successfully."
}
my call back url is:http://shamba.exaact.co:9095/Shamba/mpesa/callback
The text was updated successfully, but these errors were encountered: