---
title: "account/transaction/return"
method: POST
path: "/account/transaction/return"
tags: ["Transaction Management Endpoints"]
---

# account/transaction/return

`POST /account/transaction/return`

This endpoint allows you to return a transaction. A return can be initiated for EFT and ACH transactions that need to be returned (e.g., insufficient funds, account closed, or invalid account). The original transaction must be in a completed state to be returned.

## 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 return transaction
  - `TransactionStatus` string — A message indicating the current transaction status

---

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