---
title: "POST /transactions/refresh"
method: POST
path: "/transactions/refresh"
---

# POST /transactions/refresh

`POST /transactions/refresh`

Initiate an on-demand refresh of transaction data for a user's merchant account.

## Request body

- object
  - `merchant_id` integer, required — Unique identifier for the merchant.
  - `external_user_id` string, required — Your unique identifier for the user.

## Response `202`

Refresh request accepted.

- object
  - `message` string

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `403` — Forbidden request.
- `429` — Rate limit exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/knotapi/apis/knot-api.md) · [All operations](https://skmtc.net/knotapi/apis/knot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knotapi/knot-api/versions/4610832c2087/schema)
