You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
My form requirement is as follows:
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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