---
title: "Returns total amount of transactions"
method: GET
path: "/transactions/amount"
tags: ["Transaction"]
---

# Returns total amount of transactions

`GET /transactions/amount`

Use this endpoint to retrieve total amount of checkout, payout or refund transactions. Transactions can be
filtered using date, customer Id or phone number

## Query parameters

- `start_date` string, date-time
- `end_date` string, date-time
- `type` 'checkout' | 'payout' | 'refund'
- `customer_id` string, uuid
- `customer_phone` string
- `device_id` string

## Headers

- `X-Amzn-Trace-Id` string

## Response `200`

total amount.

- TransactionAmountObject
  - `amount` integer — total Amount for a transaction or a collection of transactions.
  - `currency` string — The currency associated to the amount.

## Other responses

- `400` — Bad Request
- `401` — The caller is unauthenticated
- `403` — Access rights not sufficient
- `404` — Card not found
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/bictorys/apis/pay.md) · [All operations](https://skmtc.dev/bictorys/apis/pay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bictorys/pay/revisions/b85cce14340b/schema)
