Integration FAQ

Please use the HTTP POST method.

Please provide both the Request and Response URLs of the merchant website.

The Request URL is a page on the Merchant’s Website that passes the required parameters to iPay88’s request payment page.
The Response URL is a page on the Merchant’s Website that accepts the payment status from iPay88 after atransaction.

You can use any valid credit card for integration purposes. The following details are required: Credit card number, expiry date, CVV number, and the cardholder’s name.

Please use the following amount for the respective currency code:

  • USD 1.00
  • PHP 15.00

Below are the common error messages you may get if you never reach the iPay88 Payment Page along with theirrespective descriptions:

  1. Duplicate Reference Number – The Reference Number provided is related to a previous successfultransaction.
  2. Invalid Merchant Code – The Merchant Code does not exist.
  3. Invalid Parameters – Some parameters posted to iPay88 may be invalid or empty.
  4. Status Not Approved – The Merchant Account is not active or is suspended.
  5. Overlimit Per Transaction – You exceeded the set amount value per transaction for the Merchant Account.
  6. Payment Not Allowed – The Payment Method you requested is not allowed for this Merchant Account.
  7. Signature (Does) Not Match – Ensure that the Signature on the Request Page is generated accordingly. Refer to page 14 of iPay88’s Technical Specification Document for more information about the Signature on the Request Page.
  8. Permission Not Allowed – Ensure that the Request URL used is the same as the one registered with iPay88.

Please use the correct Merchant Code assigned to the merchant and provide the Request URL to [email protected] before the integration.

  1. Make sure the parameters are properly passed on to iPay88 and can reach the iPay88 payment page.
  2. Make sure to implement security control on the Merchant Response Page.
example:
  • Do a re-query on payment status for successful payment transaction to double confirm.
  • Compare the Signature from iPay88 with your own.

  1. Do not disconnect the Internet.
  2. Do not close the web browser while the transaction is being processed.
  3. Do not click the "Back" button on your web browser to avoid duplicate payments.

Please contact your credit card issuer or bank to check whether the card can be used for purchases online.

You can use the iPay88 Server Re-query function to query our database for transaction status. Please refer to pages 10-12 of iPay88’s Technical Specification for more information about the Signature on the Request Page.