BeaconX e-Invoice API
    BeaconX e-Invoice API
    • BeaconX e-Invoice API Documentation
    • API Endpoints
      • B2B e-Invoicing
        • Create Document(s)
        • Cancel Document
        • Void Document
        • Unvoid Document
        • [Deprecate] Create Invoice from Receipt
        • Check Status
        • Embed QR Code
        • Invoice Reversal
        • Update Reference Number
      • B2C Receipt
        • Retrieve Receipt
        • Search Receipts
        • Create a Receipt
        • Update existing Receipt
        • Void a Receipt
        • Void Multiple Receipts
        • UnVoid a Receipt
        • Create Multiple Receipts (Bulk)
        • Receipt Reversal
        • Update Reference Number
        • Check Status
        • Get Validated Receipts
      • TaxPayer
        • Validate Tax Payer
        • [Deprecate] Sync Tax Payer Master List
        • Identity
        • Validate SSM
        • Search TIN
      • Lists
        • Get list of all Classification Codes
    • Schemas
      • Document
      • Receipt
      • Shipping
      • Supplier
      • TaxPayer
      • Refund
      • Buyer
      • Annex
      • LineItem

    Shipping

    {
        "code": "string",
        "id_type": "string",
        "tin": "string",
        "id_number": "string",
        "name": "string",
        "email": "string",
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "city": "string",
        "postcode": "string",
        "state": "string",
        "country": "string"
    }
    Built with