Refund a transactionAsk AIpost https://backend.sa.amwal.tech/transactions/refund/{transaction_id}/Path Paramstransaction_iduuidrequiredUnique transaction ID to refund from online paymentBody Paramsrefund_amountdoublerequired≥ 0.01Refund amount. Must be greater than 0 and not exceed the original transaction amount.Responses 200Online transaction refund processed successfully 400Online transaction cannot be refunded 401Authentication failed 404Online transaction not foundUpdated 2 months ago