Replies: 1 comment
-
Codewars Github is not meant to discuss general programming questions. It's meant to discuss problems and ideas related to Codewars platform. You might have better luck asking at some general programming forum, at some PHP forum, or at forum related to PYTM or Codeigniter 3 mvc Framework itself. I am closing this discussion as off-topic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to integrate PAYTM PAYMENT GATEWAY into the PHP (Codeigniter 3 mvc Framework) pattern
Paytm payment gateway supports checksum generation and verification utility which I want to use as per my requirement.
I've also completed the checksum validation utility and set up the environment by creating a Paytm library on the MVC pattern, but I can't figure out how to make the form the way I want. How to apply the Paytm PG Kit code as per my requirement
I want to use PG Kit code received from Paytm in my project as per my requirements. I want that when the user adds an item to the cart and goes to the checkout button, the user is redirected to the shipping data (mobile, name, address, pin code, street, etc.) submission page. Where after submitting the shipping data, as per the Paytm credentials, the user will be redirected to a callback page where he will make the payment with the total amount. Once payment is completed, the user should be shown complete order details including shipping data and information obtained from the API response.
Implement the below code as per the above 1.form requirement and how can it be done using 'Session/RESTful API'? Please provide me the complete code or logic for this so that I can understand it in depth in a better way
checkout process order
callback_URL
Beta Was this translation helpful? Give feedback.
All reactions