Skip to main content
POST
Requests a refund for a transaction owned by the authenticated producer.

Body parameters

string
required
ID of the transaction to refund.
string
required
Reason for the refund request.
string
Optional description with additional details.

Request example

Response

string
required
Created refund request ID.
string
required
Transaction ID linked to the refund.
string
required
ID of the producer that owns the transaction.
string
required
Current refund request status.
number
required
Requested refund amount.
string
required
Reason provided in the request.
string
Additional description provided in the request.

Error responses

This endpoint can return 400 Bad Request, 401 Unauthorized, 404 Not Found, and 422 Unprocessable Entity with the default API error shape.