---
title: "Get refund info for a transaction"
method: GET
path: "/json/Transaction/RefundInfo/{transactionKey}"
tags: ["Transaction"]
---

# Get refund info for a transaction

`GET /json/Transaction/RefundInfo/{transactionKey}`

## Path parameters

- `transactionKey` string, required

## Response `200`

OK

- RefundInfoResponseRefundInfo
  - `TransactionKey` string
  - `IsRefundable` boolean
  - `NotRefundableExplanation` string
  - `AllowPartialRefund` boolean
  - `MaximumRefundAmount` number
  - `PendingRefundAmount` number
  - `RefundedAmount` number
  - `RefundCurrency` string
  - `ServiceCode` string
  - `RefundInputFields` RefundInputField[]
  - `IsCreditmanagement` boolean
  - `Invoice` string
  - `InvoiceAmount` number
  - `InvoiceAmountPaid` number
  - `InvoiceAmountOpen` number
  - `CanCreateCreditNote` boolean
  - `CreditNoteAmount` number
  - `CanBeCancelled` boolean
  - `UsesBalance` boolean
  - `AdditionalMessage` string

---

[API](https://skmtc.net/buckaroo/apis/buckaroo-checkout-json-gateway-api.md) · [All operations](https://skmtc.net/buckaroo/apis/buckaroo-checkout-json-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buckaroo/buckaroo-checkout-json-gateway-api/versions/eb4cb70e26be/schema)
