v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Transaction Management Endpoints

account/transaction/confirm

This endpoint allows users to confirm a flagged transaction. Confirming a flagged transaction permits the transaction to be processed. Unconfirmed flagged transactions will not be processed.

post/account/transaction/confirm

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 transaction

TransactionConfirmedboolean required

Confirmed status of the transaction

Example response

{
  "Success": true,
  "TransactionConfirmed": true
}