GET 17.0/app/accounts/{id}/istransactioncleared

Description

Returns whether the transaction with the given ID is cleared.

URI Parameters

Name Description Type Additional information
id

Transaction ID

integer

Required

None.

None.

true if cleared, false otherwise

boolean

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>