Version 21.05.2022

Filter trasactions in settlement orders history

Method api/settlementHistory now accepts a new optional parameter "filterTransactions". If paramater value is 'true', then settlement orders that are not connected with transactions are returned. If 'false' or ommited, all settlement orders are returned.

Method returned value is also has been changed. Now settlement order containes two additional fields:

  • string field 'Comment' on position 7

  • unsigned int16 filed 'Flags' on position 8

  • 'Settlement Moment' and 'Settlement Id' fileds are moved to positions 9 and 10 correspondently.

For detailed description follow the link below

pagesettlementHistory

Last updated