# Merchant Payment Gateway

##

Our payment gateway is designed for businesses and merchants who are willing to receive payments in cryptocurrency. We provide API solutions for integrating our payment system on your website.&#x20;

Our system is suitable for applications from basic to advanced levels. CityPay payment gateway provides various capabilities from reading data to generating payment page.&#x20;

Our API provides these functionalities:

| API NAME                 | Description                                                |
| ------------------------ | ---------------------------------------------------------- |
| Create order             | Generates payments URL for your customer.                  |
| Get order information    | Lists all order for your user ID, or finds specific order. |
| Create deposit           | Generates payments URL for depositing cryptocurrency.      |
| Get payments information | Sends information about transactions.                      |
| Get IP addresses         | Sends CityPays IP addresses.                               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.citypay.io/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
