v1
latestOpenAPI 3.0.02026-07-2640301.0 MBTransaction 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
Example response
{
"Success": true,
"TransactionStatus": "returned"
}