---
title: "Get Customer Transaction Limit"
method: GET
path: "/limit/getCustomerTransactionLimit/{accountNumber}"
---

# Get Customer Transaction Limit

`GET /limit/getCustomerTransactionLimit/{accountNumber}`

## Path parameters

- `accountNumber` string, required

## Response `200`

200

- object[]
  - `channel` string
  - `maxAmountPerTransaction` string
  - `maxCumulativeAmount` string
  - `maxTransaction` integer
  - `outstandingCumulativeAmount` string
  - `outstandingTransaction` string
  - `periodType` string
  - `transactionType` string

## Other responses

- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/openbanking/apis/open-banking-api.md) · [All operations](https://skmtc.net/openbanking/apis/open-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openbanking/open-banking-api/versions/a60a6fb5a898/schema)
