> For the complete documentation index, see [llms.txt](https://tegro.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tegro.gitbook.io/en/tegro-money/background-information/payment-errors.md).

# Payment errors

### "This operation is temporarily unavailable for your card. Try to pay with another card or another way".

The payer's cardholder bank does not confirm the debit. It is necessary to recommend to pay by another card or another way.

### "Insufficient level of customer identification"

The payer should contact the support service of his mobile operator.

### "Error on the side of the issuing bank. Please pay again in 10 minutes".

The payer's bank rejects the transaction. You need to try again, or try another card or other method of payment.

### "Temporary error on the side of the payment system, check the payment details and repeat the request later"

You should try to pay again, if the error is repeated you should contact our support service.

### "The card failed 3DS-authentication or is rejected by the payment system"

Payment was rejected by the acquiring bank for some reason. You need to contact our support team about the error.

### "Insufficient funds"

It is necessary to recommend the payer to replenish the balance of the wallet/card.

### "The country of issue of the card is not on the list of allowed"

For your project is not allowed to receive funds from the card of a certain country. The entire list of available countries is available in the project settings, in the "Rates and commissions" section.

To set up and connect additional countries, you need to contact our support team.

### "Error on the side of the acquiring bank. Please pay again in 15 minutes.

The acquiring bank does not accept payments for one reason. You need to contact the support service for clarification.

### "An error occurred while confirming the payment. Please repeat the payment in 5 minutes by confirming it with the code from SMS or push notification"

The 3DS confirmation code is not entered or is entered incorrectly. It is also possible that the issuing bank is blocking the transaction for one of the reasons.

If none of the options fits, you need to contact our support team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tegro.gitbook.io/en/tegro-money/background-information/payment-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
