Error messageInsufficient wallet balance
DescriptionThe wallet does not contain enough funds to process the payout.
Categories

Wallet

Payout

Causes

This error occurs when the Wallet from which the payout is made has a balance inferior to the debited funds Amount of the payout.

What to do

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

Example

In the example below, a payout was made from a wallet with insufficient funds in it.

API Response
{
    "ModeRequested": null,
    "ModeApplied": "NONE",
    "FallbackReason": null,
    "EndToEndId": "fc41f1e12e7b4811a68b153ec924b80f",
    "Id": "161781765",
    "Tag": "Created using MANGOPAY API Collection Postman",
    "CreationDate": 1675777912,
    "AuthorId": "142036728",
    "CreditedUserId": null,
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 100
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 90
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 10
    },
    "Status": "FAILED",
    "ResultCode": "001001",
    "ResultMessage": "Unsufficient wallet balance",
    "ExecutionDate": null,
    "Type": "PAYOUT",
    "Nature": "REGULAR",
    "CreditedWalletId": null,
    "DebitedWalletId": "152161320",
    "PaymentType": "BANK_WIRE",
    "BankAccountId": "151986981",
    "BankWireRef": "Postman"
}