---
title: "Refresh a transaction"
method: POST
path: "/transactions/{transactionId}/refresh"
tags: ["transactions"]
---

# Refresh a transaction

`POST /transactions/{transactionId}/refresh`

Refresh allows for data associated with a transaction to be updated to the most recent available.

## Path parameters

- `transactionId` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `splitToken` string, required — Token received from the Authorize event. Note: string value must be URL encoded.

## Response `200`

OK

- TransactionsPostTransactionsRefreshResponse200
  - `refresh` TransactionsTransactionIdRefreshPostResponsesContentApplicationJsonSchemaRefresh, required
    - `processId` string, required

---

[API](https://skmtc.dev/trustly/apis/api.md) · [All operations](https://skmtc.dev/trustly/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustly/api/revisions/2dad675032f1/schema)
