Skip to main content
PATCH
Mark a sale as refunded

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The sale to refund

saleId
integer
required

The sale ID to mark as refunded

Response

The refund was processed, or the sale was already refunded.

success
boolean

Whether the refund request was handled successfully

alreadyRefunded
boolean

Whether the sale had already been marked as refunded before this request

reason
string

Why the request resolved the way it did — for example refunded or already_refunded.

Last modified on July 20, 2026