---
title: "Refund:Get"
method: GET
path: "/refunds/{refundId}"
tags: ["Refunds"]
---

# Refund:Get

`GET /refunds/{refundId}`

Get a specific refund. You need to authenticate with an AT-code as username and a token as password.

## Path parameters

- `refundId` string, required

## Response `200`

Ok.

- 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)
