The new eTaxGo
    Etaxgo V2 Partner API
    • Default module
    • Etaxgo V2 Partner API
    • Authentication
      • Get access token (OAuth 2.0 Client Credentials)
        POST
    • Documents
      • Create tax document
        POST
      • Get document detail and status
        GET
      • Download signed PDF
        GET
      • List / search documents
        POST
    • Schemas
      • TokenRequest
      • TokenResponse
      • BuyerAddress
      • DocumentLineItem
      • CreateDocumentRequest
      • CreateDocumentResponse
      • DocumentSearchRequest
      • DocumentSearchResponse
      • ErrorResponse

    CreateDocumentResponse

    {
        "success": true,
        "data": {
            "jobTaskId": "04be64c8-8dbd-4b8f-b8b7-3037e77aedad",
            "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
            "documentNo": "INV-2026-001",
            "status": "Pending",
            "warnings": [
                "string"
            ]
        }
    }
    Built with