Page History
...
Input parameters of checkArray
Parameter |
Description |
Type |
Params
Массив структур данных, каждый элемент которого представляет собой структуру CheckPaymentParams
Массив структур данных
waitResults
Параметр указывает, стоит ли дожидаться окончания проверки всех платежей, либо метод вернет ответ (пустой) сразу после создания задач по обработке платежей. Переданные данные по платежам обрабатываются в параллельных потоках, что уменьшает общее время обработки.
CheckPaymentParams | An array of data structures, each element of which is the structure CheckPaymentParams. | Array of data structure |
waitResults | The parameter specifies whether to wait for the end of the verification of all payments (value true) or the method returns an empty response immediately after the creation of all tasks for payment processing (value false). Transmitted payments data is processed in parallel streams, which reduces the overall processing time. | Boolean (true, false) |