---
title: "Busca as transações de uma fatura."
method: GET
path: "/statements/transactions/{invoiceId}"
tags: ["Fatura"]
---

# Busca as transações de uma fatura.

`GET /statements/transactions/{invoiceId}`

## Path parameters

- `invoiceId` integer, required

## Query parameters

- `customerId` integer
- `pageSize` integer
- `pageOffset` integer
- `order` integer
- `eventDateStart` integer
- `eventDateEnd` integer

## Response `200`

Ok

- GetTransactionsDocumentation — Transactions model
  - `hasNext` boolean
  - `transactions` object[]
    - `transactionId` number
    - `programId` number
    - `accountId` number
    - `invoiceId` number
    - `installment` number
    - `numberOfInstallments` number
    - `softDescriptor` string
    - `processingCode` string
    - `processingDescription` string
    - `customerId` string
    - `userCategory` string
    - `transactionGroup` string
    - `entryMode` string
    - `amount` object[]
      - `type` string
      - `currency` string
      - `value` number
    - `tax` object[]
      - `type` string
      - `value` number
    - `eventDate` string
    - `eventDatetime` string
    - `paymentDate` string
    - `paymentDatetime` string
    - `createdAt` string
    - `transactionType` object
      - `id` number
      - `description` string
      - `credit` boolean
      - `postedTransaction` boolean
      - `balanceImpact_id` number
      - `category` string
    - `card` object
      - `id` number
      - `name` string
    - `authorization` object
      - `id` number
      - `type` string
      - `code` string
      - `paymentMethodId` string
      - `network` string
      - `trackingId` string
      - `correlatedAuthorizationId` number
    - `merchant` object
      - `id` string
      - `type` string
      - `name` string
      - `city` string
      - `state` string
      - `category` object
        - `code` string
        - `description` string
        - `groupName` string
        - `networkGroup` string

## Other responses

- `404` — Nof Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
