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

# 130008

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

<table>
  <tbody>
    <tr>
      <th class="header"><strong>Error message</strong></th>
      <td class="table-content">Duplicate transaction identified</td>
    </tr>

    <tr>
      <th class="header"><strong>Description</strong></th>
      <td class="table-content">An instant payment has already been made to the same bank account for the same amount in the last 24 hours.</td>
    </tr>

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

      <td class="table-content">
        <div class="label">Instant payment</div>\
        <div class="label">Payout</div>
      </td>
    </tr>
  </tbody>
</table>

#### Additional information

Instant payouts have a fallback mechanism: when the payout cannot be processed as an instant payout, a standard one will be processed instead. This is what occurred when you encounter the 130008 error code.

#### Causes

This error occurs when another instant payment has been made to the same bank account for the same amount in the last 24 hours.

#### Example

When more than one payout is made to the same bank account for the same amount in less than 24 hours, the instant payment request is processed as a standard payout. Information about the error is returned in the `FallbackReason` parameter.

```json API Response theme={null}
{
    "ModeRequested":"INSTANT_PAYMENT",
    "ModeApplied":"STANDARD",
    "FallbackReason":{
        "ResultCode":"130008",
        "ResultMessage":"Duplicate transaction identified"
    }
}
```
