Introduction

PostmanTest on Postman

Welcome to the iPaymu API v2 documentation.

Welcome to the iPaymu API v2 documentation. This API allows you to integrate iPaymu's payment gateway services into your application.

Base URLs

  • Production/Live: https://my.ipaymu.com
  • Development/Sandbox: https://sandbox.ipaymu.com

Important Notes

  • VA (Virtual Account) and API Key can be found in the Integration menu on your iPaymu dashboard. * VA and API Key for Sandbox/Development mode are different from those for Production/Live mode. * If you encounter integration issues, please contact support@ipaymu.com or via WhatsApp here.

Authentication

iPaymu API v2 uses Signature-based authentication. Every request must include the following headers:

HeaderDescription
vaYour Virtual Account number (from iPaymu Dashboard).
signatureA generated signature string to verify the request.
timestampCurrent timestamp (format: YYYYMMDDHHmmss or ISO 8601 depending on endpoint requirements, usually YYYYMMDDHHmmss for signature generation).

Sample Code

You can find official sample code in various languages here:

On this page