Skip to main content

Retrieve details from a document using Dodocs Invoice MatchPoint

Retrieve details from a document using Dodocs.

Application

  • DoDocs

Inputs (what you have)

NameDescriptionData TypeRequired?Example
DocumentDocument to retrieve details fromFileYes
MetadataMetadata to be submitted in JSON format with the provided documentText (Long)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Request IDThe ID of the request. Example: 5b9dcc4a-ac04-4d54-8825-54c0e21adb6bText (Short)No5b9dcc4a-ac04-4d54-8825-54c0e21adb6b
File nameName of the invoice file. Example: Invoice_123.pdfText (Short)NoInvoice_123.pdf
Page numberPage number of the document. Example: 1NumberNo1
Document typeType of the document. Example: InvoiceText (Short)NoInvoice
Validation commentsComments related to document validationText (Long)No
Error codeIf unsuccessful, the reason for the error. Example: TimeoutText (Long)NoTimeout
Invoice numberUnique invoice identifier. Example: 60607Text (Short)No60607
Invoice dateDate when the invoice was issued. Example: 2023-03-15DateNo2023-03-15
Vendor nameName of the vendor. Example: ABC TECHNOLOGIES CORPORATIONText (Short)NoABC TECHNOLOGIES CORPORATION
Vendor addressAddress of the vendor. Example: 244 Fifth Avenue, Suite D81, New York, NY 10001, United StatesText (Long)No244 Fifth Avenue, Suite D81, New York, NY 10001, United States
Customer nameName of the customer. Example: XYZ SocietyText (Short)NoXYZ Society
Customer addressAddress of the customer. Example: 2300 Southern Boulevard, Bronx, NY 10460, United StatesText (Long)No2300 Southern Boulevard, Bronx, NY 10460, United States
Total amountTotal amount before tax. Example: 6564.0Number with decimalsNo6564
Total amount with taxTotal amount including tax. Example: 6587.17Number with decimalsNo6587.17
Total taxTotal tax amount on the invoice. Example: 0.0Number with decimalsNo
Vendor tax IDTax ID of the vendorText (Short)No
Customer tax IDTax ID of the customerText (Short)No
Attachment IDUnique identifier of the attachment. Example: c7bebc4f-f5d3-460c-bb06-150c421824dfText (Short)Noc7bebc4f-f5d3-460c-bb06-150c421824df
Line items arrayJSON Array of line items included in the invoice. Example: [{ "quantity": 6, "Rate": 1094.0 }]Text (Long)No[{ "quantity": 6, "Rate": 1094.0 }]
Full output JSONThe full JSON response from Dodocs. Example: [ { "quantity": 6, "Rate": 1094.0, ... } ]Text (Long)No[ { "quantity": 6, "Rate": 1094.0, ... } ]

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A