Docpier IDP API
  1. element
Docpier IDP API
  • IDP API
  • Webhook
  • Endpoints
    • Agent Login (client credential flow)
    • Upload a document
    • Retrieve structured data
    • Provide feedback
  • Schemas
    • Schemas
      • api
        • UploadResponse
        • ApiError
        • DocumentInProgressResponse
        • FeedbackRequest
        • ProcessIssue
        • DocumentResponse
      • document
        • element
          • Amount
          • Identification
          • PaymentMethod
          • AllowanceInfo
          • PaymentDetailsInfo
          • LegalEntityInfo
          • Address Schema
          • TaxId
          • VAT Details Schema
          • DiscountInfo
          • InvoiceItemInfo
          • AccountTransactionDetails
          • AccountTransaction
          • PolicyItemInfo
          • PolicyInfo
          • CreditCardTransaction
          • CreditCardInfo
        • Unknown
        • Core Document
        • Invoice
        • Reminder
        • Receipt
        • Credit Note
        • Account Statement
        • CreditCard Statement
        • Insurance Policy
        • Policy Adjustment
      • workspace
        • Workspace
        • Membership
        • Document
        • FlowLog
        • Error
  1. element

VatDetailsInfo(VAT Details Schema)

Standardized schema for Value Added Tax (VAT) related information. Each field that is extracted will include a 'confidence' property (0.0-1.0) indicating extraction accuracy, only present when extracted.

{
    "conformity": true,
    "serviceDateFrom": "2025-04-01",
    "serviceDateTo": "2025-06-30",
    "breakdown": [
        {
            "vatRate": 7.7,
            "taxAmount": {
                "currency": "CHF",
                "value": 42.5
            }
        }
    ]
}
Built with