---
title: "Get details about a payment transaction"
method: GET
path: "/payments/br/transactions/{id}/"
tags: ["Payment Transactions (Brazil)"]
---

# Get details about a payment transaction

`GET /payments/br/transactions/{id}/`

Get the details about a specific payment transaction.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- PaymentTransaction
  - `id` string, uuid, required — Belvo's unique identifier for the current item.
  - `created_at` string, date-time, required — The ISO-8601 timestamp of when the data point was created in Belvo's database.
  - `created_by` string, uuid, required — The unique ID for the user that created this item.
  - `amount` string, required — The transaction amount. **Note**: The amount displayed is always positive as we indicate the direction of the transaction in `transaction_type` parameter.
  - `currency` 'BRL', required — The currency of the amount paid, for example, `BRL` (Brazilian Real).
  - `description` string, required — The description of the payment.
  - `transaction_type` 'INFLOW' | 'OUTFLOW', required — The direction of the transaction. - `INFLOW` indicates money coming into the account. - `OUTFLOW` indicates money coming out of the account.
  - `beneficiary` string, uuid, required — Belvo's unique ID used to identify the beneficiary's bank account.
  - `payer` unknown, required
  - `payment_intent` string, uuid — The unique ID of the payment intent associated with the transaction.
  - `customer` string, uuid — Belvo's unique ID for the customer asscociated with this transaction.

## Other responses

- `401` — Unauthorized
- `403` — Access to Belvo API denied
- `404` — Not Found Error
- `408` — Request Timeout
- `500` — Unexpected Error

---

[API](https://skmtc.net/belvo/apis/belvo-api-docs.md) · [All operations](https://skmtc.net/belvo/apis/belvo-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/belvo/belvo-api-docs/revisions/3423c786ece5/schema)
