Call the payment FORM
GET/payment/
Payment is made by sending a request from the merchant's online store to the QR reading and card information entry form of the Hipay system. After the payment is made, the information is returned via a POST request to the redirect_uri registered to create the invoice.
Request
Query Parameters
The unique ID of the checkout (received during checkout request)
Possible values: [mn
, en
]
Default value: mn
Language for the checkout form
The email of the user making the payment (optional).
The phone number of the user making the payment (optional)
Responses
- 200
Request Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Possible values: [0
, 1
]
Request status
Possible values: [SUCCESS
, UNSUCCESS
, USER_PAYMENT_VERIFICATION_FAILED
, RISK_REJECT
, REGULATION_RESTRICTION
, PROCESS_FAIL
]
Status information
Invoice ID
Алдааны мэдээлэл
[
{
"code": 1,
"description": "SUCCESS, PROCESS_FAIL,UNSUCCESS etc.",
"checkoutId": "HPSM240601142154000007881",
"message": "invalid or missing entityId parameter"
}
]