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
Example response
{
"Success": true,
"TransactionStatus": "returned"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.