Query ZOD invoice
Query ZOD invoice
Query Parameters
- appId string required
AppID provided by Zalopay
- mcRefId string required
Merchant's reference ID of the order
- mac string required
It is signature of request. It’s calculated by following input: hmacInput = (app_id + “|” + mc_ref_id) and use sha256 with app’s hmac key.
Please refer to secure data transmission for detailed information.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- orderUrl string
Url used to generate QR Code
{
"orderUrl": "string"
}
Loading...