# User notifications

We send the following automated notification emails to the user:

* A notification email when an incoming transfer has been received from the user (bank transfer, card payment or crypto transfer).
* A confirmation email when the converted funds have been sent to destination, with the detail of the transaction (date, transaction ref., amount received, amount sent, exchange rate, beneficiary, origin, destination).
* A notification email if a bank transfer was received without a purchase reference.
* A confirmation email once a new wallet address has been validated.
* If the user passes KYC:
  * An email confirming that we have receiving his/her personal info and that we will review them within 48h.
  * An email informing the user once his/her KYC has been validated.
  * Emails if any submitted documents have been rejected for non-compliance.


---

# 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://developers.mtpelerin.com/service-information/user-notifications.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.
