Hosted Integration APIs
Last updated
Last updated
This is the traditional integration method which will send the buyer information to the payment gateway hosted payment page. You may want to explore seamless integration, Direct Server API, mobile xdk or supported shopping cart payment modules for better user experience beside this hosted payment page integration on github repositories. Recurring API is also available for card payment and DirectDebit.Request Parameters
Passing parameters to the payment gateway hosted payment page using POST/GET method via HTTPS or SSL connection will initiate a payment request from the merchant system.
REQUEST URL
Production:
Sandbox:
MerchantID: mandatory value to identify merchant;
Payment_Method: optional value to identify payment channel; Payment channel can be identified by using channel filename, or pass the channel parameter to index.php using GET/POST method.
The URL is an API to accept POST/GET parameters from the merchant site as well as the payment page for buyers. For merchants who use the POST method please include the “ / “ after MerchantID on the URL.The required request parameters are provided in the .
WARNING: Loading the bank login page or authorization page into iframe is not recommended as most of the banks or channels will block all cross-origin requests and treat it as an XFS, XSS, and CSRF attack.