The documents associated to an Invoice that will be needed for Stenn’s verification and assessment process.

The documents associated to an Invoice that will be needed for Stenn’s verification and assessment process.

The document object

AttributeTypeDescription
idstringUnique identifier for the object
namestringName of the document
purposestringPurpose of this document. Please see purpose below.
file_formatstringThe type of the file returned (e.g., csv, pdf, jpg, or png)

Purpose

PurposeDescription
transportAny document that details the movement of goods from one location to another. It includes information such as origin, destination, mode of transport, and dates (i.e. Bill of lading, airway bill, seaway bill, etc.)
packing_listA list that itemizes the contents of a shipment, including the quantity, description, and sometimes weight and dimensions of each item. Used for verifying the received goods.
purchase_orderA document generated by a buyer to initiate a purchase from a supplier. It includes the product details, quantity, agreed price, payment terms, inco-terms, and delivery schedule.
shipping_billA document issued by the customs authorities acknowledging the export of goods. It contains information on the exported goods, their value, destination, and other shipping details.
sales_contractA legally binding agreement between a seller and a buyer outlining the terms and conditions of a sales transaction. It includes details of products, quantities, pricing, and payment terms.
financial_statementFinancial statements and records of a company, including balance sheets, income statements, cash flow statements, and other financial data, to assess the company's financial health.
trade_historyA document that tracks the history of trade transactions between a buyer and a supplier
invoiceA document issued by a seller to a buyer, indicating the products or services provided, quantities, prices, payment terms, and total amount due. It serves as a request for payment from the buyer.
product_certificateA document that certifies the quality, safety, or compliance of a product with specific standards or regulations. Often required for specific goods, such as hazardous or regulated items.
certificate_of_originAn essential document for verifying the origin of goods, it identifies the country of production in a shipment
company_incorporationDocumentation confirming the legal formation of a company, including its name, registration date, registered address, and details of its founding members or shareholders.
otherOther types of documents not listed above

JSON object

{
  "id": "doc_DYfeeV3qxdmYoC",
  "object": "document",
  "name": "INVOICE-18293.pdf",
  "purpose": "invoice",
  "file_format": "pdf",
  "created": "2023-08-22T15:31:40Z"
}