# Glossary

### Core Concepts

**Request to Pay (RTP)**\
A bank-initiated payment request created by the merchant and sent to the customer’s Bank App. The customer can accept or reject the request.

**Alias**\
Customer’s phone number in the format `373xxxxxxxx`, used to address an RTP.

***

### Identifiers

* **RTP ID** — Unique identifier of an RTP request.
* **Payment ID** — Unique identifier of a completed payment.
* **Order ID** — Merchant’s internal order reference.
* **Terminal ID** — Bank-assigned terminal reference.

***

### Security

**Signature**\
Cryptographic value included in callback notifications. Used to ensure integrity and authenticity of the data.

**Signature Key**\
Secret key from maibmerchants project settings. Required to verify callback signatures.

***

### Environments

* **Sandbox** → `https://sandbox.maibmerchants.md`
* **Production** → `https://api.maibmerchants.md`


---

# 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://docs.maibmerchants.md/request-to-pay/api-reference/glossary.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.
