001001

Error messageUnsufficient wallet balance
DescriptionThe wallet does not contain enough funds to process the transaction.
Categories
Transfer

Wallet

Payout

Refund

Causes

This error occurs when the wallet does not contain enough funds to process a transaction.

What to do

In such cases, the transaction must be made with an amount inferior or equal to the amount available on the debited Wallet.

Examples

In the example below, a transfer has been attempted from a wallet with insufficient funds.

API Response
1
2{
3 "Id": "157756496",
4 "Tag": "Created using MANGOPAY API Collection Postman",
5 "CreationDate": 1670423591,
6 "AuthorId": "150429004",
7 "CreditedUserId": "156671912",
8 "DebitedFunds": {
9 "Currency": "EUR",
10 "Amount": 5000
11 },
12 "CreditedFunds": {
13 "Currency": "EUR",
14 "Amount": 5000
15 },
16 "Fees": {
17 "Currency": "EUR",
18 "Amount": 0
19 },
20 "Status": "FAILED",
21 "ResultCode": "001001",
22 "ResultMessage": "Unsufficient wallet balance",
23 "ExecutionDate": null,
24 "Type": "TRANSFER",
25 "Nature": "REGULAR",
26 "DebitedWalletId": "150523186",
27 "CreditedWalletId": "157756444"
28}

In the example below, a payout has been attempted from a wallet with insufficient funds.

API Response
1{
2 "ModeRequested":"STANDARD",
3 "ModeApplied":"STANDARD",
4 "FallbackReason":null,
5 "EndToEndId":"d8818543c2d84f12a918c116516fa87a",
6 "Id":"6658661",
7 "Tag":"Custom meta",
8 "CreationDate":1677146852,
9 "AuthorId":"6658653",
10 "CreditedUserId":null,
11 "DebitedFunds":{
12 "Currency":"EUR",
13 "Amount":4900
14 },
15 "CreditedFunds":{
16 "Currency":"EUR",
17 "Amount":4900
18 },
19 "Fees":{
20 "Currency":"EUR",
21 "Amount":0
22 },
23 "Status":"FAILED",
24 "ResultCode":"001001",
25 "ResultMessage":"Unsufficient wallet balance",
26 "ExecutionDate":null,
27 "Type":"PAYOUT",
28 "Nature":"REGULAR",
29 "CreditedWalletId":null,
30 "DebitedWalletId":"6658655",
31 "PaymentType":"BANK_WIRE",
32 "BankAccountId":"6658659",
33 "BankWireRef":"Ref15469532"
34}