> For the complete documentation index, see [llms.txt](https://bagelpay.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bagelpay.gitbook.io/docs/apireference/api-document/transactions.md).

# Transactions

## GET /api/transactions/list

> List Transactions

```json
{"openapi":"3.1.0","info":{"title":"BagelPay-SDK","version":"1.0.0"},"tags":[{"name":"Transactions"}],"servers":[{"url":"https://test.bagelpay.io","description":"Development env"}],"security":[],"paths":{"/api/transactions/list":{"get":{"summary":"List Transactions","deprecated":false,"description":"","tags":["Transactions"],"parameters":[{"name":"pageNum","in":"query","description":"","required":false,"schema":{"type":"integer","minimum":1}},{"name":"pageSize","in":"query","description":"","required":false,"schema":{"type":"integer","minimum":1}},{"name":"x-api-key","in":"header","description":"","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"items":{"type":"array","items":{"type":"object","properties":{"amount":{"type":"number"},"currency":{"type":"string"},"type":{"type":"string"},"customer":{"type":"object","properties":{"id":{"type":["string","null"]},"email":{"type":["string","null"]}},"required":["id","email"]},"remark":{"type":["string","null"]},"mode":{"type":"string"},"fees":{"type":"number"},"tax":{"type":"number"},"net":{"type":"number"},"object":{"type":"string"},"transaction_id":{"type":"string"},"order_id":{"type":"string"},"amount_paid":{"type":"number"},"discount_amount":{"type":"number"},"tax_amount":{"type":"number"},"tax_country":{"type":"string"},"refunded_amount":{"type":"number"},"created_at":{"type":["string","null"]},"updated_at":{"type":["string","null"]}}}},"code":{"type":"integer"},"msg":{"type":"string"}},"required":["total","items","code","msg"]}}},"headers":{}}}}}}}
```
