---
title: "Refunds:Browse"
method: GET
path: "/refunds"
tags: ["Refunds"]
---

# Refunds:Browse

`GET /refunds`

List all refunds. You need to authenticate with an AT-code as username and a token as password.

## Query parameters

- `amount` object
  - `eq` integer — Get results that equal the given value
  - `neq` integer — Get results that do not equal the given value
  - `gt` integer — Get results that are greater than the given value
  - `gte` integer — Get results that are greater than or equal to the given value
  - `lt` integer — Get results that are less than the given value
  - `lte` integer — Get results that are less than or equal to the given value
- `bankAccountNumber` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
  - `like` string — Get results that are similar to the given value
  - `nlike` string — Get results that are not similar to the given value
- `bankAccountOwner` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
  - `like` string — Get results that are similar to the given value
  - `nlike` string — Get results that are not similar to the given value
- `code` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
- `orderId` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
- `description` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
  - `like` string — Get results that are similar to the given value
  - `nlike` string — Get results that are not similar to the given value
- `status` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
- `transaction` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
- `processDate` object
  - `eq` integer — Get results that equal the given value
  - `neq` integer — Get results that do not equal the given value
  - `gt` integer — Get results that are greater than the given value
  - `gte` integer — Get results that are greater than or equal to the given value
  - `lt` integer — Get results that are less than the given value
  - `lte` integer — Get results that are less than or equal to the given value
- `created` object
  - `eq` integer — Get results that equal the given value
  - `neq` integer — Get results that do not equal the given value
  - `gt` integer — Get results that are greater than the given value
  - `gte` integer — Get results that are greater than or equal to the given value
  - `lt` integer — Get results that are less than the given value
  - `lte` integer — Get results that are less than or equal to the given value

## Response `200`

Ok.

- object
  - `total` integer
  - `count` integer
  - `pages` integer
  - `refunds` object[]
    - `id` Id — unresolved $ref
    - `code` Code — unresolved $ref
    - `paymentSessionId` PaymentSessionId — unresolved $ref
    - `description` Description — unresolved $ref
    - `orderId` OrderId — unresolved $ref
    - `bankStatementDetails` BankStatementDetails — unresolved $ref
    - `bankAccount` BankAccount
      - `iban` string, required — The International Bank Account Number (IBAN).
      - `bic` string, required — Business Identifier Codes (BIC/SWIFT).
      - `owner` string, required — The owner of the bank account.
    - `amount` Amount
      - `value` integer, required — The amount in cents.
      - `currency` string — The currency in ISO-4217 format.
    - `transaction` Transaction — unresolved $ref
    - `service` Service — unresolved $ref
    - `Status` Status
      - `code` integer — The status code.
      - `action` string — The state in which the transaction resides
      - `phase` string — The current phase in the transaction state
    - `processDate` ProcessDate — unresolved $ref
    - `exchangeUrl` ExchangeUrl — unresolved $ref
    - `createdAt` CreatedAt — unresolved $ref
    - `createdBy` CreatedBy — unresolved $ref
    - `modifiedAt` ModifiedAt — unresolved $ref
    - `modifiedBy` ModifiedBy — unresolved $ref
    - `deletedAt` DeletedAt — unresolved $ref
    - `deletedBy` DeletedBy — unresolved $ref

## Other responses

- `400` — Bad request, see response body for more information
- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `404` — Resource not found
- `405` — Used HTTP method is not allowed
- `406` — Not acceptable. The supplied content type in the accept parameter in the header is not supported
- `415` — Unsupported media. The supplied content type in the content-type parameter in the header is not supported
- `422` — Unprocessable entity, see response body for more information
- `429` — Rate limit reached.
- `500` — An internal error occurred

---

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