v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Transactions

Get the maximum refundable amount for a transaction

Get the maximum refundable amount for a transaction

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

Path parameters

merchantIdstring uuid required

The unique identifier of the merchant

Example:123e4567-e89b-12d3-a456-426614174000

The unique identifier of the merchant

transactionIdstring uuid required

The unique identifier of the original transaction

Example:123e4567-e89b-12d3-a456-426614174000

The unique identifier of the original transaction

Response

Success

successboolean required

Example response

{
  "data": {
    "amount": "100.00",
    "currency": "EUR"
  }
}