> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# All error codes

This page lists the functional errors returned by the API as a `ResultCode` and its `ResultMessage`.

For KYC document refusals (`RefusedReasonType`, `RefusedReasonMessage`, and `Flag`), see the [dealing with refusals](/guides/users/verification/documents/submission/refusals) article.

For `ActionCodes` applied when a user is blocked, see the [blocked users](/guides/users/blocked-users) article.

<Note>
  **Note - Categories are indicative**

  The categories presented on this page are not exhaustive and errors may be returned on multiple features and endpoints.
</Note>

## Success

<Card title="000000" href="/errors/codes/000000">
  **Success**\
  The `000000` result code indicates a successful outcome.
</Card>

## Generic

<Card title="001015" href="/errors/codes/001015">
  **The client API access is not active**\
  The API access of the platform is not active.
</Card>

<Card title="001999" href="/errors/codes/001999">
  **Generic Operation error**\
  An incident or connection issue has occurred and closed all transactions.
</Card>

<Card title="009999" href="/errors/codes/009999">
  **Technical error**\
  Technical error.
</Card>

## User limits

### Closed users

<Card title="002601" href="/errors/codes/002601">
  **User owning debited wallet is closed and cannot transfer to another wallet**

  The transaction is requested from a wallet belonging to a closed user and is therefore refused.
</Card>

<Card title="002602" href="/errors/codes/002602">
  **User owning credited wallet is closed and and cannot receive funds from another wallet**

  The transaction is targeting a wallet belonging to a closed user and is therefore refused.
</Card>

### User category

<Card title="002701" href="/errors/codes/002701">
  **Users with category PAYER cannot make transfers to other users with category PAYER.**\
  The action was refused because the user is a Payer, not an Owner.
</Card>

<Card title="002702" href="/errors/codes/002702">
  **Users with category PAYER cannot receive transfers from users with category OWNER.**\
  The action was refused because the user receiving the transfer is a Payer, not an Owner.
</Card>

<Card title="002703" href="/errors/codes/002703">
  **Refused due to user's UserCategory: PAYER**

  The action was refused because it is only permitted if the user is an OWNER.
</Card>

<Card title="002704" href="/errors/codes/002704">
  **Users in PENDING\_USER\_ACTION status cannot create transfers**\
  The transfer failed because the user's `UserStatus` is `PENDING_USER_ACTION`.
</Card>

### Owner user SCA

<Card title="007101" href="/errors/codes/007101">
  **Transfer authentication failed. Please retry with a new request.**
  The user reached the maximum number of retries for one of the authentication factors, so the SCA session failed.
</Card>

<Card title="007102" href="/errors/codes/007102">
  **Transfer authentication expired. Please initiate a new request.**
  The user did not complete all steps required within 10 minutes, so the SCA session expired.
</Card>

### User verification

<Ec_002981 />

<Card title="002996" href="/errors/codes/002996">
  **Blocked due to User Balance limitations (maximum owned amount reached)**\
  The payout was blocked due to user balance limitations.
</Card>

<Card title="002997" href="/errors/codes/002997">
  **Blocked due to KYC limitations (maximum debited or credited amount reached)**\
  The payout was blocked due to KYC limitations in terms of credited or debited amount.
</Card>

<Card title="002998" href="/errors/codes/002998">
  **Blocked due to the Bank Account User's KYC limitations (maximum debited or credited amount reached)**\
  The payout has been refused refused because the bank account owner is not verified.
</Card>

<Card title="002999" href="/errors/codes/002999">
  **Blocked due to a Debited User's KYC limitations (maximum debited or credited amount reached)**\
  The payout was blocked due to KYC limitations in terms of credited or debited amount.
</Card>

## Card input and registration

<Card title="001599" href="/errors/codes/001599">
  **Token processing error**\
  The token for the card wasn't created.
</Card>

<Card title="105101" href="/errors/codes/105101">
  **Invalid card number**\
  The given card number doesn’t match the real number of the card.
</Card>

<Card title="105102" href="/errors/codes/105102">
  **Invalid cardholder name**\
  The given card holder’s name doesn’t match the name of the owner of the card.
</Card>

<Card title="105103" href="/errors/codes/105103">
  **Invalid PIN code**\
  The PIN (”personal identification number”) is invalid.
</Card>

<Card title="105104" href="/errors/codes/105104">
  **Invalid PIN format**\
  The format of the personal identification number is not valid.
</Card>

<Card title="105202" href="/errors/codes/105202">
  **Card number: invalid format**\
  The card number’s format provided for the card registration is invalid.
</Card>

<Card title="105203" href="/errors/codes/105203">
  **Expiry date: missing or invalid format**\
  The card’s expiry date information provided for the card registration is either invalid or missing.
</Card>

<Card title="105204" href="/errors/codes/105204">
  **CVV: missing or invalid format**\
  The card verification code information provided for the card registration is either invalid or missing.
</Card>

<Card title="105205" href="/errors/codes/105205">
  **Callback URL: Invalid format**\
  The ReturnURL parameter value is invalid in the card registration.
</Card>

<Card title="105206" href="/errors/codes/105206">
  **Registration data : Invalid format**\
  The RegistrationData provided for the card registration is invalid.
</Card>

<Card title="105299" href="/errors/codes/105299">
  **Token input Error**\
  An error occurred when submitting the token to the bank.
</Card>

<Card title="101699" href="/errors/codes/101699">
  **CardRegistration error**\
  The card registration failed.
</Card>

## Generic transaction errors

<Card title="001001" href="/errors/codes/001001">
  **Unsufficient wallet balance**\
  The wallet does not contain enough funds to process the transaction.
</Card>

<Card title="001002" href="/errors/codes/001002">
  **Author is not the wallet owner**\
  The user Id used as Author has to be the wallet owner
</Card>

<Card title="001003" href="/errors/codes/001003">
  **Unsufficient balance for this emoney owner**\
  The transaction failed due to insufficient balance for the e-money owner.
</Card>

<Card title="001011" href="/errors/codes/001011">
  **Transaction amount is higher than maximum permitted amount**\
  The pay-in cannot be processed because the amount is higher than the maximum permitted amount.
</Card>

<Card title="001012" href="/errors/codes/001012">
  **Transaction amount is lower than minimum permitted amount**\
  The transaction cannot be performed because the amount is lower than the minimum permitted amount.
</Card>

<Card title="001013" href="/errors/codes/001013">
  **Invalid transaction amount**\
  The end user's bank has rejected the transaction.
</Card>

<Card title="001015" href="/errors/codes/001014">
  **CreditedFunds must be more than 0 (DebitedFunds can not equal Fees)**\
  The debited funds must be greater than the fees.
</Card>

<Card title="101108" href="/errors/codes/101108">
  **Transaction refused: the Debited Wallet and the Credited Wallet must be different**\
  Funds cannot be transferred to the same wallet.
</Card>

## Pay-ins

<Card title="009101" href="/errors/codes/009101">
  **PSP timeout please try later**\
  PSP timeout please try later.
</Card>

<Card title="009103" href="/errors/codes/009103">
  **PSP configuration error**\
  PSP configuration error
</Card>

<Card title="009199" href="/errors/codes/009199">
  **PSP technical error**\
  The pay-in failed due to a technical error linked to the PSP.
</Card>

<Card title="009499" href="/errors/codes/009499">
  **Bank technical error**\
  The Bank has denied the payment for unknown reasons.
</Card>

<Card title="101101" href="/errors/codes/101101">
  **Transaction refused by the bank (Do not honor)**\
  The transaction has been refused due to restrictions on the issuing bank side.
</Card>

<Card title="101109" href="/errors/codes/101109">
  **The payment period has expired**\
  The period allowed for the user to complete the payment has ended.
</Card>

<Card title="101111" href="/errors/codes/101111">
  **Maximum number of attempts reached**\
  The pay-in is blocked due to too many attempts for the same transaction.
</Card>

<Card title="101199" href="/errors/codes/101199">
  **Transaction refused**\
  The transaction has been refused by the bank.
</Card>

### Card payments

<Card title="001023" href="/errors/codes/001023">
  **Author is not the card owner**\
  The pay-in failed because the author is different from the card owner.
</Card>

<Card title="101102" href="/errors/codes/101102">
  **Transaction refused by the bank (Amount limit)**\
  The card has reached the amount limit set by the issuing bank.
</Card>

<Card title="101103" href="/errors/codes/101103">
  **Transaction refused by the terminal**\
  Transaction refused by the terminal.
</Card>

<Card title="101104" href="/errors/codes/101104">
  **Transaction refused by the bank (card limit reached)**\
  The card limit has been reached.
</Card>

<Card title="101105" href="/errors/codes/101105">
  **The card has expired**\
  The pay-in failed because the card has expired.
</Card>

<Card title="101106" href="/errors/codes/101106">
  **The card is inactive**\
  The pay-in failed because the card is inactive according to the issuing bank.
</Card>

<Card title="101112" href="/errors/codes/101112">
  **Maximum amount exceeded**\
  The card has reached the amount limit set by the issuing bank.
</Card>

<Card title="101113" href="/errors/codes/101113">
  **Maximum amount exceeded**\
  The card has reached the amount limit set by the issuing bank.
</Card>

<Card title="101115" href="/errors/codes/101115">
  **Debit limit exceeded**\
  The spent amount limit set by the bank has been reached.
</Card>

<Card title="101116" href="/errors/codes/101116">
  **Debit transaction frequency exceeded**\
  The maximum number of authorized daily transactions has been exceeded.
</Card>

<Card title="101118" href="/errors/codes/101118">
  **An initial transaction with the same card is still pending**\
  The pay-in failed because another transaction with the same card is still pending.
</Card>

<Card title="101410" href="/errors/codes/101410">
  **The card is not active**\
  The card has been disabled on Mangopay and can no longer be used.
</Card>

### 3D Secure

<Card title="008511" href="/errors/codes/008511">
  **The 3DS authentification has failed due to supplementary security checks**\
  The pay-in failed due to supplementary security checks preventing 3DS authentication.
</Card>

<Card title="008515" href="/errors/codes/008515">
  **Authentication not available: do not benefit from liability shift**\
  3DSecure is not available on this transaction. Liability shift has been rejected by the issuing bank.
</Card>

<Card title="101301" href="/errors/codes/101301">
  **SecureMode: 3DSecure authentication has failed**\
  The 3DSecure authentication has failed.
</Card>

<Card title="101302" href="/errors/codes/101302">
  **Secure mode: The card is not enrolled with 3DSecure**\
  The 3DSecure feature is not enabled for this card.
</Card>

<Card title="101303" href="/errors/codes/101303">
  **Secure mode: The card is not compatible with 3DSecure**\
  The 3DSecure feature is not supported for this card.
</Card>

<Card title="101304" href="/errors/codes/101304">
  **Secure mode: The 3DSecure authentication session has expired**\
  The 3DSecure authentication session has expired.
</Card>

<Card title="101305" href="/errors/codes/101305">
  **SecureMode: Soft decline**\
  Strong customer authentication is required in order to be able to proceed to the payment due to soft decline.
</Card>

<Card title="101399" href="/errors/codes/101399">
  **Secure mode: 3DSecure authentication is not available**\
  The 3DSecure feature is not available.
</Card>

### Card preauthorization

<Card title="001505" href="/errors/codes/001505">
  **The PayIn DebitedFunds can't be higher than the PreAuthorization remaining amount**\
  The captured funds amount cannot be higher than the preauthorization remaining amount.
</Card>

### Web card pay-ins

<Card title="001030" href="/errors/codes/001030">
  **User has not been redirected**\
  The pay-in failed because the user has not been redirected to the payment page.
</Card>

<Card title="001031" href="/errors/codes/001031">
  **User canceled the payment**\
  The pay-in failed because the user canceled the payment.
</Card>

<Card title="001032" href="/errors/codes/001032">
  **User is filling in the payment card details**\
  The user is still on the payment page.
</Card>

<Card title="001033" href="/errors/codes/001033">
  **User has not been redirected then the payment session has expired**\
  The pay-in failed because the user wasn’t redirected to the payment page.
</Card>

<Card title="001034" href="/errors/codes/001034">
  **User has let the payment session expire without paying**\
  The user has let the payment session expire.
</Card>

<Card title="101001" href="/errors/codes/101001">
  **The user does not complete transaction**\
  The user didn't provide all the information.
</Card>

<Card title="101002" href="/errors/codes/101002">
  **The transaction has been cancelled by the user**\
  The transaction has been canceled by the end user.
</Card>

### Bank wire

<Card title="101110" href="/errors/codes/101110">
  **The payment has been refused**\
  The bank transfer has been declined or canceled due to a bank wire issue.
</Card>

### Pay by Bank

<Card title="206101" href="/errors/codes/206101">
  **RedirectURL page embedded**

  The payment failed because the redirect URL is embedded in a page.
</Card>

<Card title="206102" href="/errors/codes/206102">
  **RedirectURL already processed**

  The payment failed because the redirect URL has already been processed.
</Card>

<Card title="206103" href="/errors/codes/206103">
  **Bank not supported**

  The payment failed because the selected bank is not supported.
</Card>

<Card title="206104" href="/errors/codes/206104">
  **User not recognized**

  The payment failed because the user is not recognized by the bank.
</Card>

<Card title="206105" href="/errors/codes/206105">
  **Authentication method not supported**

  The payment failed because the authentication method selected is not supported.
</Card>

<Card title="206106" href="/errors/codes/206106">
  **Invalid user credentials**

  The payment failed due to invalid user credentials.
</Card>

<Card title="206107" href="/errors/codes/206107">
  **Parallel session detected**

  The payment failed due to another session being open for the user.
</Card>

<Card title="206108" href="/errors/codes/206108">
  **User blocked by bank**

  The payment failed because the user has been blocked by their bank.
</Card>

<Card title="206109" href="/errors/codes/206109">
  **User denied by bank**

  The payment failed because the user is not authorized to perform this action.
</Card>

### Virtual IBAN

<Card title="101025" href="/errors/codes/101025">
  **The banking alias is not active**\
  The pay-in to the ibanized wallet failed because the Banking Alias is not active.
</Card>

### Direct debit

<Card title="001024" href="/errors/codes/001024">
  **Author is not the Mandate owner**\
  The pay-in failed because the author is not the mandate owner.
</Card>

<Card title="001801" href="/errors/codes/001801">
  **The bank account has been closed**\
  The bank account for the mandate has been closed.
</Card>

<Card title="001802" href="/errors/codes/001802">
  **The bank details supplied were incorrect**\
  The mandate cannot be created because the bank account is incorrect.
</Card>

<Card title="001803" href="/errors/codes/001803">
  **Direct debit is not enabled for this bank account**\
  The mandate cannot be created because direct debit is not supported for this bank account.
</Card>

<Card title="001804" href="/errors/codes/001804">
  **The user has disputed the authorisation of the mandate**\
  The pay-in failed because the user has contested the authorization of the mandate.
</Card>

<Card title="001805" href="/errors/codes/001805">
  **The user has cancelled the mandate**\
  The mandate has been canceled by the end user.
</Card>

<Card title="001806" href="/errors/codes/001806">
  **The client has cancelled the mandate**\
  The mandate has been canceled by the platform.
</Card>

<Card title="001807" href="/errors/codes/001807">
  **User has let the mandate session expire without confirming**\
  The mandate wasn’t confirmed and has expired
</Card>

<Card title="001830" href="/errors/codes/001830">
  **There are insufficient funds in the bank account**\
  The pay-in failed due to insufficient funds in the bank account.
</Card>

<Card title="001831" href="/errors/codes/001831">
  **Contact the user**\
  The pay-in failed for an unknown reason. The end user should be contacted.
</Card>

<Card title="001832" href="/errors/codes/001832">
  **The payment has been cancelled**\
  The pay-in failed because the end user canceled it.
</Card>

<Card title="001833" href="/errors/codes/001833">
  **The Status of this Mandate does not allow for payments**\
  The pay-in failed due to the status of the corresponding mandate.
</Card>

<Card title="001834" href="/errors/codes/001834">
  **The user has disputed the payment**\
  The user requested a chargeback for this payment.
</Card>

<Card title="001835" href="/errors/codes/001835">
  **The mandate has expired**\
  The pay-in failed because the corresponding mandate is expired.
</Card>

<Card title="001836" href="/errors/codes/001836">
  **The mandate has been submitted to the user’s bank**\
  The mandate has been submitted to the user’s bank.
</Card>

### Google Pay

<Card title="105207" href="/errors/codes/105207">
  **Invalid PaymentData**\
  The PaymentData provided for the Google Pay pay-in is not valid
</Card>

### Klarna

<Card title="202001" href="/errors/codes/202001">
  **AdditionalData format error**\
  The AdditionalData value is not the expected format, not complete, or not present.
</Card>

### PayPal

<Card title="201001" href="/errors/codes/201001">
  **PayPal account balance insufficient**\
  The pay-in failed due to insufficient funds in the PayPal account.
</Card>

<Card title="201002" href="/errors/codes/201002">
  **PayPal related payment instrument declined**\
  PayPal related payment instrument declined.
</Card>

<Card title="201003" href="/errors/codes/201003">
  **PayPal transaction approval has expired**\
  The pay-in failed because the PayPal account owner did not confirm the payment.
</Card>

<Card title="201004" href="/errors/codes/201004">
  **PayPal account's owner has not approved payment**\
  The pay-in failed because the PayPal account owner rejected the payment.
</Card>

<Card title="201005" href="/errors/codes/201005">
  **Shipping address is invalid**\
  The shipping address is not valid.
</Card>

<Card title="201051" href="/errors/codes/201051">
  **This transaction has been refused by PayPal risk**\
  The transaction has been refused by PayPal risk.
</Card>

<Card title="201052" href="/errors/codes/201052">
  **PayPal account is restricted**\
  The PayPal account is restricted.
</Card>

<Card title="201053" href="/errors/codes/201053">
  **PayPal account locked or closed**\
  The PayPal account is locked or closed.
</Card>

<Card title="205001" href="/errors/codes/205001">
  **Data validation error**\
  One of the required parameters may be missing or invalid.
</Card>

## Refunds

<Card title="001401" href="/errors/codes/001401">
  **Transaction has already been successfully refunded**\
  The transaction has already been successfully refunded.
</Card>

<Card title="001403" href="/errors/codes/001403">
  **The transaction cannot be refunded (max 11 months)**\
  The initial transaction occurred more than 11 months ago
</Card>

<Card title="001404" href="/errors/codes/001404">
  **No more refunds can be created against this transaction**\
  No more refunds can be created against this transaction.
</Card>

<Card title="001405" href="/errors/codes/001405">
  **The initial transaction occured less than 7 days ago**
  A direct debit pay-in cannot be refunded within 7 calendar days of the pay-in `CreationDate`.
</Card>

<Card title="005403" href="/errors/codes/005403">
  **The refund cannot exceed initial transaction amount**\
  The amount of the refund exceeds the amount of the initial transaction.
</Card>

<Card title="005404" href="/errors/codes/005404">
  **The refunded fees cannot exceed initial fee amount**\
  The refund fees amount exceeds the initial transaction fees.
</Card>

<Card title="005405" href="/errors/codes/005405">
  **Balance of client fee wallet unsufficient**\
  The refund failed because the fees exceeds the balance of the Fees Wallet.
</Card>

<Card title="005406" href="/errors/codes/005406">
  **Another refund for this transaction is still pending.**\
  Another refund for this transaction is still pending.
</Card>

<Card title="005407" href="/errors/codes/005407">
  **Duplicated operation: you cannot reimburse the same amount more than once for a transaction during the same day.**\
  The refund failed because the same amount as already been refunded in the last 24 hours for the initial transaction.
</Card>

<Card title="005408" href="/errors/codes/005408">
  **Due to repudiations against this transaction, you can not refund this amount.**\
  The refund failed because the pay-in is already being disputed.
</Card>

## Dispute settlement transfers

<Card title="003010" href="/errors/codes/003010">
  **The total DebitedFunds settled cannot exceed the initial transaction DebitedFunds available for settlement**\
  The settlement transfer failed due to a debited funds Amount exceeding the debited funds of the initial transaction.
</Card>

<Card title="003011" href="/errors/codes/003011">
  **The total Fees settled cannot exceed the initial transaction Fees available for settlement**\
  The settlement transfer failed due to a fees Amount exceeding the fees of the initial transaction.
</Card>

<Card title="003012" href="/errors/codes/003012">
  **The repudiation has already been successfully settled**\
  The settlement transfer failed because the repudiation has already been settled.
</Card>

## FX conversions

<Card title="004801" href="/errors/codes/004801">
  **Conversion could not be debited from wallet**\
  The funds could not be withdrawn from the debited wallet.
</Card>

<Card title="004802" href="/errors/codes/004802">
  **Conversion failed during conversion operation**\
  The funds could not be converted.
</Card>

<Card title="004803" href="/errors/codes/004803">
  **Conversions while market is closed are not enabled. Contact your support to activate this feature.**\
  The conversion failed because FX markets were closed and off-market trading is not enabled.
</Card>

## Risk management

<Card title="008500" href="/errors/codes/008500">
  **Transaction blocked by Fraud Policy**\
  This payment does not comply with Mangopay’s anti-fraud rules.
</Card>

<Card title="008501" href="/errors/codes/008501">
  **Transaction refused due to blocked Country**\
  The payout cannot be performed because the target country is not authorized.
</Card>

<Card title="008502" href="/errors/codes/008502">
  **Transaction refused due to blocked IBAN**\
  The payout cannot be performed because the target IBAN bank account is blocked.
</Card>

<Card title="008503" href="/errors/codes/008503">
  **Transaction refused due to blocked BIC**\
  The payout cannot be performed because the target bank is not authorized.
</Card>

<Card title="008504" href="/errors/codes/008504">
  **Amount of the transaction exceeded the amount permitted**\
  The transaction amount exceeds the permitted amount.
</Card>

<Card title="008505" href="/errors/codes/008505">
  **Number of accepted transactions exceeded the velocity limit set**\
  Credit/debit cards are limited to 10 payments per day for security reasons.
</Card>

<Card title="008506" href="/errors/codes/008506">
  **Unauthorized IP address country**\
  The pay-in failed because the IP address is located in an unauthorized country.
</Card>

<Card title="008507" href="/errors/codes/008507">
  **Cumulative value of transactions exceeded**\
  The pay-in failed because the cumulative value of transactions is exceeded.
</Card>

<Card title="008600" href="/errors/codes/008600">
  **Wallet blocked by Fraud policy**\
  The wallet has been blocked because it doesn’t comply with Mangopay’s anti-fraud rules.
</Card>

<Card title="008700" href="/errors/codes/008700">
  **User blocked by Fraud policy**\
  The user has been blocked because of Mangopay’s anti-fraud rules.
</Card>

<Card title="008999" href="/errors/codes/008999">
  **Suspicion of fraud**\
  The transaction failed due to a suspicion of fraud.
</Card>

### Card-related

<Card title="008001" href="/errors/codes/008001">
  **Counterfeit Card**\
  The pay-in failed because the issuing bank declared the card as a counterfeit.
</Card>

<Card title="008002" href="/errors/codes/008002">
  **Lost Card**\
  The pay-in failed because the issuing bank declared the card as lost.
</Card>

<Card title="008003" href="/errors/codes/008003">
  **Stolen Card**\
  The pay-in failed because the issuing bank declared the card as stolen.
</Card>

<Card title="008004" href="/errors/codes/008004">
  **Card bin not authorized**\
  This card has been blocked by Mangopay’s Fraud team.
</Card>

<Card title="008005" href="/errors/codes/008005">
  **Security violation**\
  The card has been blocked due to abnormal behavior.
</Card>

<Card title="008006" href="/errors/codes/008006">
  **Fraud suspected by the bank**\
  The card has been blocked by the issuing bank due to abnormal behavior.
</Card>

<Card title="008007" href="/errors/codes/008007">
  **Opposition on bank account (Temporary)**\
  The card has temporarily been blocked on Mangopay’s side.
</Card>

<Card title="008008" href="/errors/codes/008008">
  **Pay-in failed: the issuing bank reports that the bank account linked to this card does not exist.**\
  The issuer indicates the account linked to this card no longer exists, perhaps because it has been closed.
</Card>

<Card title="008508" href="/errors/codes/008508">
  **Unauthorized Card issuer country**\
  The card issuer is domiciled in an unauthorized country.
</Card>

<Card title="008509" href="/errors/codes/008509">
  **Number of bank cards allowed is exceeded**\
  The number of cards allowed is exceeded.
</Card>

<Card title="008510" href="/errors/codes/008510">
  **Number of clients per card is exceeded**\
  The number of clients per card is exceeded.
</Card>

<Card title="008512" href="/errors/codes/008512">
  **IP location different than card issuer country**\
  The IP location is different from the country the card issuer is domiciled in.
</Card>

<Card title="008513" href="/errors/codes/008513">
  **Number of device fingerprints allowed is exceeded**\
  The pay-in failed because the number of cards for this fingerprint is exceeded.
</Card>

<Card title="008514" href="/errors/codes/008514">
  **Unauthorized Card BIN**\
  The card BIN is not authorized.
</Card>

### Bank-related

<Card title="008516" href="/errors/codes/008516">
  **Transaction refused due to blocked GB account**\
  The payout cannot be performed because the target GB bank account is blocked.
</Card>

<Card title="008517" href="/errors/codes/008517">
  **Transaction refused due to blocked US account**\
  The payout cannot be performed because the target US bank account is blocked.
</Card>

<Card title="008518" href="/errors/codes/008518">
  **Transaction refused due to blocked CA account**\
  The payout cannot be performed because the target CA bank account is blocked.
</Card>

<Card title="008519" href="/errors/codes/008519">
  **Transaction refused due to blocked OTHER account**\
  The payout cannot be performed because the target OTHER bank account is blocked.
</Card>

## Payouts

<Card title="101119" href="/errors/codes/101119">
  **Invalid or missing bank details**\
  The payout cannot be performed due to missing or invalid banking information.
</Card>

<Card title="121001" href="/errors/codes/121001">
  **The bank wire has been refused**\
  The bank wire has been refused by Mangopay or canceled by the end user.
</Card>

<Card title="121002" href="/errors/codes/121002">
  **The author is not the wallet owner**\
  The payout author is not the corresponding wallet owner.
</Card>

<Card title="121003" href="/errors/codes/121003">
  **Insufficient wallet balance**\
  The wallet does not contain enough funds to process the payout.
</Card>

<Card title="121004" href="/errors/codes/121004">
  **Specific case: please contact our Finance Team**\
  The payout failed due to a specific issue.
</Card>

<Card title="121005" href="/errors/codes/121005">
  **Refused due to the Fraud Policy**\
  The payout failed because it didn’t comply with Mangopay anti-fraud rules.
</Card>

<Card title="121006" href="/errors/codes/121006">
  **The associated bank account is not active**\
  The bank account targeted by the payout is inactive.
</Card>

<Card title="121007" href="/errors/codes/121007">
  **The author is not the bank account owner**\
  The payout author is not the corresponding bank account owner.
</Card>

<Card title="121009" href="/errors/codes/121009">
  **Payout expired before processing**\
  The payout request expired before it could be processed.
</Card>

<Card title="121010" href="/errors/codes/121010">
  **Remitter or beneficiary identified as requiring further analysis**\
  The payout was refused because further analysis of the payout author or bank account owner is required following routine screening.
</Card>

<Card title="121012" href="/errors/codes/121012">
  **Inapproriate bank account type used**

  The payout has been rejected by Mangopay’s team because the bank account is not of the correct type.
</Card>

<Card title="121999" href="/errors/codes/121999">
  **Generic withdrawal error**\
  Generic withdrawal error.
</Card>

### SCA via Recipients

<Card title="121018" href="/errors/codes/121018">
  **This payout uses a non-SCA compliant bank account. Please create via the recipient endpoint and try again.**

  The payout failed because the linked Bank Account object was created after April 30, 2026.
</Card>

### Verification of Payee (VOP)

<Card title="121030" href="/errors/codes/121030">
  **Verification of Payee failed: account name and IBAN do not match. Please provide matching details to proceed with the payout**

  The payout failed because the result of the Verification of Payee (VOP) was `NO_MATCH` or `MATCH_NOT_POSSIBLE` and the VOP amendment is not signed
</Card>

### Instant payments

<Card title="130001" href="/errors/codes/130001">
  **The client's settings are incorrectly configured for instant payout**\
  The Instant Payment feature is not activated for the platform.
</Card>

<Card title="130002" href="/errors/codes/130002">
  **The amount requested is greater than the authorised amount**\
  The payout failed because the requested amount is higher than the authorized amount.
</Card>

<Card title="130003" href="/errors/codes/130003">
  **The user is not KYC-validated**\
  The Instant Payment has been refused because the user is not verified.
</Card>

<Card title="130004" href="/errors/codes/130004">
  **The user is blocked by Fraud policy**\
  The instant payment is refused because the user has been blocked by Mangopay's policy.
</Card>

<Card title="130005" href="/errors/codes/130005">
  **One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.**\
  One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.
</Card>

<Card title="130006" href="/errors/codes/130006">
  **technical error, please try again later**\
  A technical error occurred.
</Card>

<Card title="130007" href="/errors/codes/130007">
  **Destination Bank is not reachable**\
  The bank to which the payout is made is not reachable.
</Card>

<Card title="130008" href="/errors/codes/130008">
  **Duplicate transaction identified**\
  An instant payment has already been made to the same bank account for the same amount in the last 24 hours.
</Card>

<Card title="130009" href="/errors/codes/130009">
  **The destination IBAN is not valid**\
  The payout failed because the IBAN of the bank account is not valid.
</Card>

<Card title="130010" href="/errors/codes/130010">
  **Generic operation error**\
  Generic operation error
</Card>

<Card title="130011" href="/errors/codes/130011">
  **Manual review required - not compatible with payout mode requested**\
  A manual review is required for this payout, so the `INSTANT_PAYMENT_ONLY` value for `PayoutModeRequested` cannot be processed.
</Card>

## Reports

<Card title="805001" href="/errors/codes/805001">
  **There was an error validating your report request**\
  The report couldn’t be validated.
</Card>

<Card title="809001" href="/errors/codes/809001">
  **There was an error executing your report request**\
  The report couldn't be executed.
</Card>
