Get Transactions
### Get Transactions
The **Get Transactions** endpoint retrieves a list of all transactions generated via the **Generate Transaction** endpoint. You can use this to check the actual status of a specific transaction.
**Possible Statuses:**
- `completed`
- `pending`
- `cancelled`
> A transaction is marked as `cancelled` if it was canceled by the payment gateway, failed, or expired.
**Response Fields:**
- `provider_reference_no` — the upstream provider reference number; may be `null` or a string.
- `other_reference_no` — an additional reference number; may be `null` or a string.
#### Usage Tips
While you can fetch the most recent transactions, it is recommended to use filters (e.g., search by `reference_no`) for better performance and more targeted results.
Response
OK