v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Transaction Management Endpoints

account/transactions/refund

This endpoint allows you to refund a completed transaction (EFT, ACH, Interac, and credit card). The payment information provided in the original transaction is used in the refund.

post/account/transactions/refund

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID for the refund transaction

InteracQuestionAnswerstring

The unique answer to the Interac question. Only applicable if refunding an Interac Money Request transaction.

Example response

{
  "Success": true,
  "InteracQuestionAnswer": "9sdai873rb"
}