Functions to create
CreateNewBatch
TheCreateNewBatch function creates a new batch and returns its identifier.
Parameters
None.Return value
int, the batch identifier.
Exceptions
Exception
Java source
AddDocumentToBatch
TheAddDocumentToBatch function adds a document to a batch.
Parameters
Return value
None.Exceptions
Exception
Java source
RunBatchProcessing
TheRunBatchProcessing function starts batch processing.
Parameters
Return value
None.Exceptions
Exception
Java source
WaitFirstVerificationOrProcessedForMultiFileInvoice
TheWaitFirstVerificationOrProcessedForMultiFileInvoice function returns a verification URL. If the document has not reached the verification stage, it returns an empty string.
Parameters
Return value
String, the verification URL.
Exceptions
Exception
Java source
FetchingCapturedData
TheFetchingCapturedData function returns a list of output fields in JSON format.
Parameters
Return value
String, the document fields in JSON format.
Exceptions
Exception
Java source
MultiDocumentBatchIsProcessed
TheMultiDocumentBatchIsProcessed function reports whether the batch has been processed.
Parameters
Return value
boolean, which is true if the document is at the Processed stage and false otherwise.
Exceptions
Exception
