• Data processing speed
1. Operations received using getBonusOperationExt
The speed of processing requests depends on the number of operations of the selected customers, taking into account the rate given in the table below.
2. Balances received using getBalanceCustomersExt
In order to achieve maximum speed, requests should be transmitted as follows:
  • No more than 100 customers in one request
  • Transfer them in 1-second intervals from the moment of positive response on receipt of the previous command
3. Operations transmitted using addCustomerPointMessage
In order to achieve maximum speed, operations should be transmitted as follows:
  • Combine the operations into groups of 1,000 operations each
  • Transmit the groups at 1-second intervals
Thus, to transfer 100 000 operations, for example, it is necessary to form 100 groups of 1000 operations in each and transfer them in 1-second intervals from the moment of positive response on receipt of the previous group.