Skip to content

Remove the refund flag from a transaction

DELETE
/transactions/{id}/refund
curl --request DELETE \
--url http://localhost:8000/api/v1/transactions/1/refund \
--header 'Authorization: Bearer <token>'
id
required
integer

Refund flag removed

Transaction not found