001012

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
1{
2 "ModeRequested":"STANDARD",
3 "ModeApplied":"NONE",
4 "FallbackReason":null,
5 "EndToEndId":"7e8ae745d5954582691889f4846e3",
6 "Id":"3327715444",
7 "Tag":"custom meta",
8 "CreationDate":1677590512,
9 "AuthorId":"3238898444",
10 "CreditedUserId":null,
11 "DebitedFunds":{
12 "Currency":"EUR",
13 "Amount":2
14 },
15 "CreditedFunds":{
16 "Currency":"EUR",
17 "Amount":2
18 },
19 "Fees":{
20 "Currency":"EUR",
21 "Amount":0
22 },
23 "Status":"FAILED",
24 "ResultCode":"001012",
25 "ResultMessage":"Transaction amount is lower than minimum permitted amount",
26 "ExecutionDate":null,
27 "Type":"PAYOUT",
28 "Nature":"REGULAR",
29 "CreditedWalletId":null,
30 "DebitedWalletId":"3238894444",
31 "PaymentType":"BANK_WIRE",
32 "BankAccountId":"3308714444",
33 "BankWireRef":"Nov2022"
34}