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

PaymentDetailsInfo

{
    "paymentType": "QR",
    "iban": "CH9300762011623852957",
    "referenceNumber": "RF12345678901234567890123",
    "accountNumber": "01-162385-29",
    "bicSwift": "POFICHBEXXX",
    "message": "string",
    "inFavorOf": {
        "name": "Invoice Beneficiary SA",
        "address": {
            "addressSupplement": "Attn: Accounting Dept.",
            "street": "Musterstrasse",
            "streetNumber": "12A",
            "poBox": "PO Box 123",
            "zipCode": "8001",
            "city": "Zürich",
            "country": "CHE"
        },
        "phoneNumbers": [
            "string"
        ],
        "emails": [
            "string"
        ],
        "taxIds": [
            {
                "type": "UID",
                "value": "CHE-999.999.999"
            }
        ],
        "legalForm": "SOLE_PROPRIETORSHIP"
    },
    "paidBy": {
        "name": "Invoice Beneficiary SA",
        "address": {
            "addressSupplement": "Attn: Accounting Dept.",
            "street": "Musterstrasse",
            "streetNumber": "12A",
            "poBox": "PO Box 123",
            "zipCode": "8001",
            "city": "Zürich",
            "country": "CHE"
        },
        "phoneNumbers": [
            "string"
        ],
        "emails": [
            "string"
        ],
        "taxIds": [
            {
                "type": "UID",
                "value": "CHE-999.999.999"
            }
        ],
        "legalForm": "SOLE_PROPRIETORSHIP"
    }
}
Built with