Skip to main content
Error messageTransaction amount is lower than minimum permitted amount
DescriptionThe transaction cannot be performed because the amount is lower than the minimum permitted amount.
Categories
Payout

Wallet

Pay-in

Causes

This error occurs when attempting to perform a transaction with an amount inferior to the minimum permitted amount.

What to do

In such cases, the user needs to make a transaction at least equal to the minimum permitted amount.

Example

In the example below, the Create a Payout request was attempted with a debited funds Amount value inferior to the minimum permitted amount for payouts.
API Response
{
    "ModeRequested":"STANDARD",
    "ModeApplied":"NONE",
    "FallbackReason":null,
    "EndToEndId":"7e8ae745d5954582691889f4846e3",
    "Id":"3327715444",
    "Tag":"custom meta",
    "CreationDate":1677590512,
    "AuthorId":"3238898444",
    "CreditedUserId":null,
    "DebitedFunds":{
        "Currency":"EUR",
        "Amount":2
    },
    "CreditedFunds":{
        "Currency":"EUR",
        "Amount":2
    },
    "Fees":{
        "Currency":"EUR",
        "Amount":0
    },
    "Status":"FAILED",
    "ResultCode":"001012",
    "ResultMessage":"Transaction amount is lower than minimum permitted amount",
    "ExecutionDate":null,
    "Type":"PAYOUT",
    "Nature":"REGULAR",
    "CreditedWalletId":null,
    "DebitedWalletId":"3238894444",
    "PaymentType":"BANK_WIRE",
    "BankAccountId":"3308714444",
    "BankWireRef":"Nov2022"
}
I