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

# Payout statuses

If the payout has been successfully created, the response will contain a unique payment identifier and its status.

The status can be final and non-final, for non-final status, you must make a status request before receiving the final status.

| Numerical identifier | Description                                     | Final |
| :------------------: | ----------------------------------------------- | :---: |
|           1          | Payout has been created, awaits processing      |   −   |
|           3          | Sent to the payment system                      |   −   |
|           4          | Payout error on the part of the payment system  |   −   |
|           5          | Successfully completed                          |   +   |
|           6          | Rejected by the payment system                  |   +   |
|           9          | Network error on the part of the payment system |   −   |
