Endpoint
Example: Axios POST Request
Key Parameters
pid: Your partner identifier.mid: Your merchant identifier.merchantReferenceId: A unique string for transaction tracking.Authorization: Must be in the formatBasic base64(public_key:secret_key).
Make sure to replace placeholder values with actual data before executing.
Headers
| Name | Value |
|---|---|
| Content-Type | application/x-www-form-urlencoded |
| Authorization | Basic base64(public_key:secret_key) |
Request Body Parameters
| Name | Type | Description | Example | Required |
|---|---|---|---|---|
| pid | string | Your Partner ID | PABC | Yes |
| mid | string | Merchant ID | ABC | Yes |
| merchantReferenceId | string | Unique identifier for the order | ORD12345 | Yes |
Authorization
Requests must include theAuthorization header with a Base64-encoded string of public_key:secret_key.
Example Format: