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; npmjs com/package/directpay-ipg-js
IPG User Wise Card Management API Documentation justpaste. it/7w34p
IPG Integration Payment Link V1.0.1 Integration document just paste. it/gj7ny
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
I may be able to help, but i have one question about NPM and their plugin because that’s starting to get into the technical aspects of coding, usually for an api. Does WP allow for some coding, or what they call low coding? Google has payment extensions available, I’m just not to sure on what that could do with WP. Is there more info on the SDK api for js and how are you using this?
NPMJS is a company owned by Github that is where this payment gateway developers have published their api docs among the other urls I gave as follows;
npmjs com/package/directpay-ipg-js
IPG User Wise Card Management API Documentation justpaste.it/7w34p
IPG Integration Payment Link V1.0.1 Integration document just paste.it/gj7ny
Yes WP allows for any type of code to be input as html code, css mainly. Need to use this API to get the recurring feature and tokenization management features to work on wordpress
I found this on GitHub also I ran this NPM plugin on RunKit which is a test platform for node JS and it came back as non existent this doesn’t mean much but they have over a million preinstalled packages.
An api allows two computers or software apps to communicate with each other. A plugin is designed to handle all of this without changing anything. Perhaps contact WP directly.