# Errors

Incorrect coin - Specified coin is not supported by Cryptadium \[Currency] coin is temporarily unavailable for payment.

Please try again later or choose other coin - The specified coin is temporarily unavailable for payment.

Error! Please try again later - At the moment it is impossible to create a payment in the network of the specified coin.

Incorrect amount or amountFiat - The amount transferred is incorrect or the value is less than 1.

Shop doesn't exist - The specified ShopId does not exist.

Account is inactive - Merchant with the specified ShopId cannot accept payments because it has not been activated.

Your account was blocked - The merchant account is blocked.

BillingId is required - BillingId is not specified.

{% hint style="info" %}
The error is displayed only if CheckBilling is specified
{% endhint %}

Payment with this billingId already exists - There is already a payment created with the specified BillingId.

Incorrect amount! Min amount \[Min] USD, max amount \[Max] USD - The specified amount does not correspond to the limits of payment currency.

Incorrect period. Period must be greater than zero - Period for recurring payments must be greater than 0.

Payment with this billingId not found - Payment with this billingId not found.

Invalid IP - Incorrect IP address of the payer, the error may occur in case of payment via fiat.

The currency is not available from the provider - The specified coin is not currently supported by the fiat provider.

The country is not available from the provider - The payer's country is not supported by the fiat provider.

Enter Email or set EmailRequest to true - Enter the payer's Email or set EmailRequest to true to redirect to the mail entry form.

Email is empty - Payer's Email is not specified.

{% hint style="info" %}
Can only occur with server-to-server operation
{% endhint %}

ClientId is empty - ClientId is not specified

{% hint style="info" %}
Can only occur when working with methods for static wallets
{% endhint %}


---

# 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://swcpay.gitbook.io/swcpay/errors.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.
