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

# 105299

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

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

    <tr>
      <th class="header"><strong>Description</strong></th>
      <td class="table-content">An error occurred when submitting the token to the bank.</td>
    </tr>

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

      <td class="table-content">
        <div class="label">Card registration</div>\
        <div class="label">Card tokenization</div>
      </td>
    </tr>
  </tbody>
</table>

#### Example

This error can be returned upon making the Create a Card Registration or Update a Card Registration call.

```json API Response theme={null}
{
    "Id":"33523334",
    "Tag":null,
    "CreationDate":1678191124,
    "UserId":"33533333559",
    "AccessKey":"9gHbl333YhuKF51T",
    "PreregistrationData":"MeUcEHyEyhDwC944354345b-JX2B3uwxANqdCnpPLzBgRKZF8Ptzvfhgg-5Po2mIDtiqGXxeG_FgAdY6KpgUfJbE7u027V3BJUGe5TIYYbohX4VX_V8Bt55K-_KK",
    "RegistrationData":"data=FYPxu8TTJ9oWou1IzSKeLYchb4TpKVTQAZ2cjmlTfNS3tp0cCN2838LAMeMcFpJ1_n_097k14p5nOdMlrVnq5DuqG4wHZQYXhBhSeOVYgrfEl1TRFy3n0rMTM1k-_FyVYyMy49oMD8tuY1iWZ9brThqkJGZqPpTnMwKoeL1a3YlMIap_IadDIrscq3KT9PhQVxxL6MdfIZVlg8jcaTYs2rB7TsNtqSQumTpD5PlGxYzWk7Xh5dYXLDzi6KiN_XSWPbo3po8MGiij1h_rAFeRBxKRDTqp4C0NFTqk2v_UzVm6DNxDps91POJX8SHfSqdfVeuZpQ-lktj78QdcU2Rcrmy8eMvWPuDLDdkwoZBggRqnTdTbDnGfW7GqYCGX-4x3",
    "CardId":null,
    "CardType":"CB_VISA_MASTERCARD",
    "CardRegistrationURL":"https://webpayment.payline.com/webpayment/getToken",
    "ResultCode":"105299",
    "ResultMessage":"Token input Error",
    "Currency":"EUR",
    "Status":"ERROR"
}
```
