# Payment statuses

The payment status comes in the response body of some methods and indicates at what stage the payment is at the moment. All possible payment statuses can be viewed below.

| Name | Definition |
| --- | --- |
| paid | The payment was successful and the client paid exactly as much as required. |
| paid\_over | The payment was successful and client paid more than required. |
| wrong\_amount | The client paid less than required |
| process | Payment in processing |
| confirm\_check | We have seen the transaction in the blockchain and are waiting for the required number of network confirmations. |
| wrong\_amount\_waiting | The client paid less than required, with the possibility of an additional payment |
| check | Waiting for the transaction to appear on the blockchain |
| fail | Payment error |
| cancel | Payment cancelled, the client did not pay |
| system\_fail | A system error has occurred |
| refund\_process | The refund is being processed |
| refund\_fail | An error occurred during the refund |
| refund\_paid | The refund was successful |
| locked | Funds are locked due to the AML program |
