This plugin provides a payment gateway for OTP SimplePay.
Download the plugin and install it as any other WordPress plugin.
Plugin | SimplePay API |
---|---|
v1+ | v1 |
v2+ | v2 |
The plugin will recieve updates from the GitHub repository that you can install as any other plugin update.
Both the sandbox and production credentials are available on the SimplePay's admin site. You may have access after you signed a valid contract with OTP SimplePay.
The sandbox settings and credentials are located at https://sandbox.simplepay.hu/admin/login.
On SimplePay's admin panel you can access your merchant's ID (MERCHANT
) and the secret key (SECRET_KEY
).
Copy and paste the credentials to your WooCommerce shop's SimplePay settings page.
Be careful to paste the credentials to the correct currency. Note, you can have more merchants set up and all of them can be stored in the plugin as well.
In the WooCommerce's SimplePay settings page, you need to copy the IPN/IRN URL and paste it to the SimplePay's admin panel, under the technical details in your merchant. This URL will be responsible to handle requests that are being sent from SimpePay's end. So please, copy carefully to make sure the URL is matching.
The production setup is totally the same like the sandbox, but your settings and credentials are located at https://admin.simplepay.hu/admin/login.
The supported currencies: HUF
, EUR
and USD
.
WooCommerce handles VAT differently than SimplePay.
To prevent price conflicts, prices will be passed as gross values and VAT will be 0
.
WooCommerce handles discounts differently than SimplePay.
Woo reduces the discount from the prodocut prices direcly.
Because of this, SimplePay will get the reduced prices.
To prevent double price reduction, the discounted amount will be 0
.
Recurring payments are not supported.
Refunds can be performed both from WooCommerce's and SimplePay's side. Be sure, your configuration – including the IPN/IRN URL – is correct.