Skip to main content

Sequence Diagram Pos

HEAD 

https://test.hipay.mnposdiagram

This document contains instructions for connecting a POS (Point of Sale) system to the payment system, intended for POS software developers. The service endpoints mentioned in this document are for testing purposes.

import requests

url = "https://test.hipay.mn"

payload = {}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
Request Collapse all
Base URL
https://test.hipay.mn
ResponseClear

Click the Send API Request button above and see the response here!