| Status | Description | Final |
|---|---|---|
| initiated | The transaction has been initiated | No |
| created | The transaction has been created and is ready to send to partner | No |
| pending | The transaction has been sent to a partner, and is awaiting confirmation of payment | No |
| approved | The transaction has been confirmed by the partner | Yes |
| failed | An error occurred while sending the transaction to a partner | Yes via the public API — see note below |
| rejected | The transaction has been rejected by a partner | Yes |
| HTTP status | Error code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Request validation failed |
| 401 | UNAUTHORIZED | Missing or invalid authorization token |
| 403 | FORBIDDEN | You do not have permission to access this resource |
| 404 | NOT_FOUND | Pay-out transaction not found |
| 500 | INTERNAL_ERROR | Unexpected server error |