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

# Retrying failed mass payouts

export const NotCreated = () => <Badge stroke shape="rounded" color="red">Not created</Badge>;

export const Cancelled = () => <Badge stroke shape="rounded" color="red">Cancelled</Badge>;

export const Declined = () => <Badge stroke shape="rounded" color="red">Declined</Badge>;

export const Failed = () => <Badge stroke shape="rounded" color="red">Failed</Badge>;

For a mass payout with at least one failed item in it (either a failure in creating a transaction or an unsuccessful transaction), the panel in the merchant dashboard contains the **Export unsuccessful transactions** button. Click the button to download a modified version of the original CSV file, with all successful transactions removed.

The button for downloading the file appears as soon as at least one failure occurs during the mass payout. The file may change after that if more transactions will be unsuccessful.

<Frame>
  <img src="https://mintcdn.com/cr-usa/4QUszmCaSNl8KzJt/images/mass-payouts/mass-payouts-unsuccessful.png?fit=max&auto=format&n=4QUszmCaSNl8KzJt&q=85&s=7f416ba3bfeb2aa0acb25a05c8f9d01d" alt="Unsuccessful Mass Payouts" width="3200" height="1500" data-path="images/mass-payouts/mass-payouts-unsuccessful.png" />
</Frame>

Besides the original data, the file contains additional columns:

* **Status** — either the status of an unsuccessful transaction (<Failed />, <Declined />, <Cancelled />) or <NotCreated /> if CryptoProcessing failed to create a transaction based on this data row.
* **Error** — an error message explaining why the transaction was unsuccessful.

If you believe that the cause of the errors is fixed (you added more funds to your balances, you added a missing Tag field, etc.), you can remove the **Status** and **Error columns** from the CSV file and use it for initiating a new mass payout.
