---
title: "account/transactions/refund"
method: POST
path: "/account/transactions/refund"
tags: ["Transaction Management Endpoints"]
---

# account/transactions/refund

`POST /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.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `TransactionID` integer, required — The unique ID for the refund transaction
  - `InteracQuestionAnswer` string — The unique answer to the Interac question. Only applicable if refunding an Interac Money Request transaction.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
