Refund

View as Markdown
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_idstringRequired
transaction_idstringRequired
transaction_time_msintegerRequired
transaction_amtdoubleRequired
payment_codestringRequired

Response

OK
merchant_idstring
transaction_idstring
transaction_amtdouble
authorized_flagboolean
authorization_codestring

Errors

400
Bad Request Error