Create a Refund
POST/api/v4/points-of-sale/:pos_uuid/refunds
Initiates a refund process for a previously completed transaction.
The POS application uses this endpoint to request a refund,
which will then require action on the SmartPOS device specified by pos_uuid.
Request
Responses
- 201
- 400
- 404
- 422
Refund Process Initiated Successfully
Bad Request (e.g., missing data, invalid format)
Point of Sale or Parent Transaction Not Found
Unprocessable Entity (e.g., business rule violation, transaction not eligible for refund)