I am looking to integrate Knet payment gateway in PHP, but they have provided API for .NET, JSP and Python only.
Can anyone please help me and provide any idea how to integrate the KNET in PHP.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update
KNET now officially supports PHP natively. You can browse their official client at this github repo.
Disclaimer: The above repository is maintained by the Google Developer’s Group Kuwait chapter and is not associated with KNET. However, the code uploaded is what KNET provides to their clients.
Warning: The KNET client only supports debit transactions, it does not support credit card transactions, which are supported by the commerce gateway.
KNET’s uses ACI’s commerce gateway for payment processing and their supported solution for PHP is to use the PHP-java bridge.
There are other options as well, but none are officially supported by KNET, however they all work:
A Google search for
e24paymentpipe phpshould get you going.