---
title: "Get the maximum refundable amount for a transaction"
method: GET
path: "/api/v1/merchants/{merchantId}/transactions/{transactionId}/refundable-amount"
tags: ["Transactions"]
---

# Get the maximum refundable amount for a transaction

`GET /api/v1/merchants/{merchantId}/transactions/{transactionId}/refundable-amount`

Get the maximum refundable amount for a transaction

## Path parameters

- `merchantId` string, uuid, required — The unique identifier of the merchant
- `transactionId` string, uuid, required — The unique identifier of the original transaction

## Response `200`

Success

- CrossBorderRefundRefundableAmountResponse
  - `success` boolean, required
  - `data` object, required
    - `amount` string, required — Maximum refundable amount as a decimal string
    - `currency` string, required — Currency code (ISO 4217)

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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