Transactions
Refund a transaction
Refunds an identified transaction either in full or partially.
post/v1.0/merchants/{merchant_code}/payments/{transaction_id}/refunds
Request body
Example request
{
"amount": 5
}Response
The transaction was refunded in full or partially based on the request.
object required