# 1.1. Transaction statuses (transaction). Transactions and payment links can have the following statuses: | Status | Description | |--------------|-----------------------------------------------------| | `new` | New, not processed transaction | | `pending` | Waiting for status | | `rejected` | Transaction rejected | | `settled` | Transaction completed | | `error` | Transaction error | | `cancelled` | Transaction cancelled |