---
title: "Decline a Payment Refund"
method: POST
path: "/v1/payment/refund-decline"
tags: ["Payment"]
---

# Decline a Payment Refund

`POST /v1/payment/refund-decline`

Submits a request to decline a previously submitted payment refund request. The request body includes details such as the transaction ID and reason for declining the refund.

## Request body

- PaymentRefundDeclineLynxModel
  - `DeclineReason` string, nullable — The reason for declining the refund request.
  - `TransactionId` integer — The unique identifier of the transaction for which the refund is being declined.
  - `SiteId` integer — The unique identifier of the site where the transaction occurred.
  - `MachineAuTime` string, date-time — The machine's authorization time associated with the transaction.

## Response `200`

The refund decline request was successfully processed, and the response contains the result of the request.

- RefundPaymentLynxModelResponse
  - `Result` string, nullable — The result of the refund request, indicating success or failure.
  - `Status` string, nullable — The current status of the refund request.

---

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