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

    DocumentSearchResponse

    {
        "success": true,
        "data": [
            {
                "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
                "documentNo": "string",
                "documentType": "string",
                "issueDate": "2019-08-24",
                "status": "string",
                "buyer": {
                    "name": "string",
                    "taxId": "string"
                },
                "grandTotal": 0
            }
        ],
        "meta": {
            "hasMore": true,
            "nextCursor": "string"
        }
    }
    Built with