---
title: "Get transaction"
method: GET
path: "/business-accounts/accounts/{businessAccountId}/transactions/{transactionId}"
tags: ["Accounts API"]
---

# Get transaction

`GET /business-accounts/accounts/{businessAccountId}/transactions/{transactionId}`

Retrieve a single transaction object by its transaction ID. This allows you to check the details, amount, counterparty, and balance impact of a specific transaction.

> 🔑 Access with
>
> [OAuth access with **business-accounts.read**](/reference/authentication)

## Query parameters

- `testmode` boolean

## Response `200`

The transaction object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
