> ## 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.

# 008003

> <small>&#8249; [All error codes](/errors/codes#card-related)</small>

<table>
  <tbody>
    <tr>
      <th class="header"><strong>Error message</strong></th>
      <td class="table-content">Stolen Card</td>
    </tr>

    <tr>
      <th class="header"><strong>Description</strong></th>
      <td class="table-content">The pay-in failed because the issuing bank declared the card as stolen.</td>
    </tr>

    <tr>
      <th class="header"><strong>Categories</strong></th>

      <td class="table-content">
        <div class="label">Card</div>\
        <div class="label">Fraud policy</div>\
        <div class="label">Pay-in</div>
      </td>
    </tr>
  </tbody>
</table>

#### What to do

In such cases, if end users did not declare their card as stolen, they need to contact their bank to unblock the situation.

#### Example

```json API Response theme={null}
{
    "Id":"3348033355",
    "Tag":"custom",
    "CreationDate":1678093159,
    "AuthorId":"2331754075",
    "CreditedUserId":"2331754075",
    "DebitedFunds":{
        "Currency":"GBP",
        "Amount":859
    },
    "CreditedFunds":{
        "Currency":"GBP",
        "Amount":859
    },
    "Fees":{
        "Currency":"GBP",
        "Amount":0
    },
    "Status":"FAILED",
    "ResultCode":"008003",
    "ResultMessage":"Stolen Card",
    "ExecutionDate":null,
    "Type":"PAYIN",
    "Nature":"REGULAR",
    "CreditedWalletId":"2331754091",
    "DebitedWalletId":null,
    "PaymentType":"CARD",
    "ExecutionType":"DIRECT",
    "SecureMode":"DEFAULT",
    "CardId":"2609521942",
    "SecureModeReturnURL":"https://payments-callbacks.vinted.net/redirect?_token=f483a791-6bd2-4509-aff1-10f93ae4acb2&transactionId=3348012255",
    "SecureModeRedirectURL":null,
    "SecureModeNeeded":false,
    "Culture":"EN",
    "SecurityInfo":{
        "AVSResult":"NO_CHECK"
    },
    "StatementDescriptor":"5403414927",
    "BrowserInfo":{
        "AcceptHeader":"application/json, text/plain, */*",
        "JavaEnabled":false,
        "Language":"en-US",
        "ColorDepth":24,
        "ScreenHeight":768,
        "ScreenWidth":1360,
        "TimeZoneOffset":0,
        "UserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36",
        "JavascriptEnabled":true
    },
    "IpAddress":"137.83.244.212",
    "Billing":{
        "FirstName":"Ms",
        "LastName":"GC Sitlington",
        "Address":{
            "AddressLine1":null,
            "AddressLine2":null,
            "City":null,
            "Region":null,
            "PostalCode":null,
            "Country":null
        }
    },
    "Shipping":{
        "FirstName":"Ms",
        "LastName":"GC Sitlington",
        "Address":{
            "AddressLine1":null,
            "AddressLine2":null,
            "City":null,
            "Region":null,
            "PostalCode":null,
            "Country":null
        }
    },
    "Requested3DSVersion":"V2_1",
    "Applied3DSVersion":"V2_1",
    "RecurringPayinRegistrationId":null
}
```
