v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Payment

Request a Payment Refund

Submits a request to refund a specific payment. The request body includes details such as the refund amount, reason, and transaction ID.

post/v1/payment/refund-request

Request body

RefundAmountnumber double nullable

The amount to be refunded to the customer.

RefundEmailListstring nullable

A list of email addresses to notify about the refund, separated by commas.

RefundReasonstring nullable

The reason for requesting the refund.

TransactionIdinteger

The unique identifier of the transaction for which the refund is requested.

SiteIdinteger

The unique identifier of the site where the transaction occurred.

MachineAuTimestring date-time

The machine's authorization time associated with the transaction.

Response

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

Resultstring nullable

The result of the refund request, indicating success or failure.

Statusstring nullable

The current status of the refund request.