v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Transaction Management Endpoints

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.

post/account/transaction/return

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 return transaction

TransactionStatusstring

A message indicating the current transaction status

Example response

{
  "Success": true,
  "TransactionStatus": "returned"
}