Endpoint
Example: Axios POST Request
Key Parameters
mid
: Your merchant identifier.order_id
: The unique order ID used to track the transaction.Authorization
: Must be in the formatBasic base64(public_key:secret_key)
.
Ensure all placeholder values are replaced with real data.
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 |
---|---|---|---|---|
mid | string | Merchant ID assigned by UPITranzact | ABC | Yes |
order_id | string | Unique identifier of the transaction | bd79da4cc3ff1 | Yes |
Authorization
Requests must include theAuthorization
header with a Base64-encoded string of public_key:secret_key
.
Example Format: