Refund
Transactions may be refunded fully by passing in the original transaction id and payment code.
For verification purposes, you'll also need to pass in the expected transaction amount from the original transaction.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
merchant_id
transaction_id
transaction_time_ms
transaction_amt
payment_code
Response
OK
merchant_id
transaction_id
transaction_amt
Errors
400
Bad Request Error

