iPay88 is a leading regional Payment Gateway Provider in South East Asia, owned by The Mobile88 Group of Companies.
iPay88 offers merchants comprehensive online payment options such as credit/debit cards, bank transfers and alternative online payments such as Alipay and Philippines payment options. The payment process uses a redirect approach, customers will be redirected a secure iPay88 page where they will make a payment and then be returned to your store.
The plugin supports iPay88 Malaysia and iPay88 Philippines gateways.
Which iPay88 gateway are you using? Currently supported are Malaysia and the Philippines.
Method Title:
This controls the title which the user sees during checkout.
Description:
This controls the description which the user sees during checkout.
Merchant Code:
The Merchant Code provided by iPay88 and used to uniquely identify the Merchant.
Merchant Key:
Provided by iPay88 OPSG and shared between iPay88 and merchant only.
Available Payment Types:
Choose the payment types you can offer to the customers.
The Payment types will be presented to the customer to pre-select on the Checkout page.
Note: Do not choose any type to use the default selection on the iPay88 payment page.
Note: Adding payment types to this setting does not mean that you can actually accept the payments. You need the payment type enabled in your iPay88 merchant account in order to accept payments for it.
Group Payment Types:
This option will allow you to use the CSS packed with the plugin to group the payment types. It will group the payment types in three columns.
Enable Sandbox:
Sandbox mode provides you with a chance to test your gateway integration with iPay88. The payment requests will be sent to the iPay88 sandbox URL.
Disable to start accepting Live payments.
The option is only available for iPay88 Philippines.
Debug Log:
Recommended: Test Mode only.
Debug log will provide you with most of the data and events generated by the payment process. Logged inside woocommerce/logs/ipay88.txt.
↑ Back to top
Yes, the plugin will support all payment types that your iPay88 account supports. In order to support a payment type, you need to have it activated in your iPay88 account. If in any case, the payment type [X] is not available in the “Available Payment Types” setting of the plugin, you can leave the setting empty it will offer the customer to choose their payment method on the iPay88 payment page.
↑ Back to top
iPay88 accepts test payments with certain requirements. If those requirements are not met, then iPay88 will return you straight to your Response URL page.
The requirements are:
Total MYR 1.00 ( min PHP 15.00 for iPay88 Philippines ): The total amount of the order should be exactly MYR 1.00
Currency MYR ( PHP for iPay88 Philippines ): The currency of the order should be MYR (Â Malaysian ringgit )
Testmode: The test mode of the plugin should be turned ON.
↑ Back to top
Don’t select a payment type from the “Available Payment Types” setting in the iPay88 plugin settings. This way only the description will be shown under the iPay88 payment option. The payment types are also available on the iPay88 payment page, so they are not mandatory to be present on your WC store checkout page.
↑ Back to top
You need to add some CSS for the options to appear correctly.
For element .checkout #order_review #payment ul li label img
Change float: right; to float: none;
Add display: inline-block;
Under @media only screen and (min-width: 768px):
For the element .form-row, change width: 48% to width: 100%
.checkout #order_review #payment ul li .payment_box { padding: .8em; }