Page History
...
Input parameters of checkArray
Parameter | Description | Type |
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) |
Output parameters
Procedure call result is always the array of getAFSResult type objects. The result contains the data of the payment check results (result codes RetCode) in case of waiting for the end of the verification of all payments. The result contains no data (result codes RetCode are zero) without waiting for the end of the verification of all payments. More details.
...