post
https://gateway.prd.pppay.cloud/api/transactions/reimbursement
This endpoint fully or partially reimburses (refunds) a deposit transaction.
Pre-conditions
- The amount provided for refund must be equal to or less than the original transaction amount (for a partial refund).
- At least one of the identifiers
merchant_transaction_id,e2e_id, ortransaction_idmust be provided in the request. - If multiple identifiers are provided, they must all belong to the same transaction. If they belong to different transactions, the response will be 404 - Transaction not found.
- Only successful deposits can be refunded.
Post-conditions
- After the refund is completed, a webhook is sent with the update.
