All their Github links not working anyone know how to go about getting recurring and tokenization on wordpress website using this payment gateway? #144969
Unanswered
PromobyNW
asked this question in
Programming Help
Replies: 1 comment
-
Hi @PromobyNW, It sounds like you’re trying to set up recurring payments and tokenization on a WordPress website using your payment gateway, but the plugin doesn’t cover all the gateway functionalities. Here's a step-by-step approach to help you set this up, even if you're not familiar with JS, HTML, CSS, or APIs: 1. Understand the Provided Resources
2. Integrate Recurring and Tokenization FeaturesHere’s how you can approach it: Step 1: Add Custom Code for API Integration
Step 2: Install and Use the SDK
Step 3: Securely Handle Keys and Endpoints
Step 4: Test the Integration
3. Recommended Plugins and Tools
4. Seek Expert Help (Optional)
If you need detailed examples of specific steps (like writing a PHP function to call an API or using the SDK), let me know, and I’d be happy to guide you further! Good luck with your integration! 🚀 |
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
-
Body
The payment gateway provider has a wordpress plugin but it does not have all the gateway functions built in and also they have a seperate portal made available to merchants to get following data;
Merchant ID : API Key : Merchant Secret Key : Confirmation Endpoint Endpoint
Private key
Download Server Public key
Download Public key
Download
Their most uptodate plugin can be downloaded here; https://www.npmjs.com/package/directpay-ipg-js
IPG User Wise Card Management API Documentation
and
IPG Integration Payment Link V1.0.1 Integration document
Both files here https://gofile.io/d/AGc8Gn
I need support to help setup all this on wordpress explain steps need to setup as If I know nothing about JS, HTML, CSS or APIs
Installed plugin provided by them and researched all options inside their merchant portal but those functions provided by sdk seem to have no GUI to be easily accessed and edited
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions