Structured data (Schema.org JSON-LD)
This page embeds Schema.org structured data using JSON-LD format in the document head and body. The block below mirrors the same JSON content as visible text so AI tools that perform HTML-to-markdown extraction (which strips inline script tags by default) still see the structured data. Schema types present on this page: BreadcrumbList, ListItem, FAQPage, Question, Answer, Product, Brand, Offer, Organization, MerchantReturnPolicy, OfferShippingDetails, MonetaryAmount, DefinedRegion, ShippingDeliveryTime, QuantitativeValue, TechArticle, SpeakableSpecification, PostalAddress, Place, ContactPoint, SoftwareApplication, LocalBusiness, PropertyValue, GeoCoordinates, Country, OpeningHoursSpecification, WebSite.
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "WhiteBooks",
"item": "https://whitebooks.in/"
}
]
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I get started with the WhiteBooks e-Invoice API?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Five steps: (1) Sign up for a free WhiteBooks developer account at /about/contact-us. (2) Verify your business GSTIN — sandbox credentials arrive within one business day. (3) Receive your client_id + client_secret pair. (4) Make your first IRN-generation test call against apisandbox.whitebooks.in/einvoice — Swagger UI, Postman collection, and SDKs for Java/Node.js/Python are linked from the developer portal. (5) When ready, switch the base URL to api.whitebooks.in/einvoice for production. Typical end-to-end response time is under 100 ms."
}
},
{
"@type": "Question",
"name": "What is the WhiteBooks e-Invoice API?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A REST API that generates IRN (Invoice Reference Numbers) through the official IRP, supports cancellation within the 24-hour window, and exposes status / verification endpoints. WhiteBooks holds GSP certification, so the API uses the authorised government channel."
}
},
{
"@type": "Question",
"name": "Can the API generate IRN in bulk?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Submit an array of invoices in a single request (up to 1,000 per call) and the API returns IRN + QR per invoice, with per-row error codes for any that failed validation."
}
},
{
"@type": "Question",
"name": "How long does an IRN take to generate?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Typical end-to-end latency is 200–400 ms for a single-invoice request and 2–4 seconds for a 100-invoice batch. SLAs apply on enterprise plans."
}
},
{
"@type": "Question",
"name": "What if the IRP is down?",
"acceptedAnswer": {
"@type": "Answer",
"text": "WhiteBooks queues failed requests and retries automatically when the IRP comes back up. Webhook callbacks notify your system once each IRN is successfully generated."
}
},
{
"@type": "Question",
"name": "How is the e-Invoice API secured?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Every IRP call uses TLS 1.2+ end-to-end. The WhiteBooks gateway authenticates with OAuth 2.0 bearer tokens; production traffic optionally adds SHA256-RSA request signing and IP allow-listing. Each invoice payload is cryptographically signed by the IRP and returned with a signed QR code per CBIC e-Invoicing schema. ISO 27001 certified, DPDP Act 2023 compliant, with role-based access control and 7-year audit logs."
}
},
{
"@type": "Question",
"name": "Which ERPs and SDKs does the e-Invoice API support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SDKs ship for Java (Maven), Node.js (npm), and Python (pip). Pre-built connectors are available for SAP (ECC 6.0+ / S/4HANA on-premise + Cloud), Oracle Fusion, Microsoft Dynamics 365, and Tally Prime / ERP 9. Custom ERPs use plain REST + JSON. Webhook callbacks notify your system of IRN status (generated / cancelled / failed) in real time."
}
},
{
"@type": "Question",
"name": "How is the e-Invoice API priced?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Annual plans start at INR 5,999 (Starter — up to 1,000 IRN/month). Mid-tier and Enterprise scale to INR 24,999+/year with unlimited volume, 99.99% SLA, and dedicated rate-limit capacity. Sandbox is free. Per-call overage is disclosed up-front. Contact info@whitebooks.in for a quote based on your monthly invoice volume."
}
},
{
"@type": "Question",
"name": "How do I get sandbox credentials?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Request sandbox access at /about/contact-us. Credentials and a sample GSTIN arrive within one business day."
}
}
]
}
{
"@context": "https://schema.org",
"@type": "Product",
"name": "WhiteBooks e-Invoice API",
"description": "GSP-certified REST API for IRN generation, cancellation, and amendment through the official Invoice Registration Portal.",
"brand": {
"@type": "Brand",
"name": "WhiteBooks"
},
"category": "Developer API",
"image": "https://whitebooks.in/assets/images/whitebooks-logo-large.jpg",
"url": "https://whitebooks.in/api/e-invoice-api-for-developers",
"offers": {
"@type": "Offer",
"price": "5999",
"priceCurrency": "INR",
"priceValidUntil": "2027-12-31",
"availability": "https://schema.org/InStock",
"url": "https://whitebooks.in/api/e-invoice-api-for-developers",
"seller": {
"@type": "Organization",
"name": "WhiteBooks",
"url": "https://whitebooks.in"
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "IN",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30,
"returnMethod": "https://schema.org/ReturnByMail",
"returnFees": "https://schema.org/FreeReturn"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0",
"currency": "INR"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "IN"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 0,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 0,
"unitCode": "DAY"
}
}
}
}
}
{
"@context": "https://schema.org",
"@type": "TechArticle",
"url": "https://whitebooks.in/api/e-invoice-api-for-developers",
"inLanguage": "en-IN",
"isAccessibleForFree": true,
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [
"h1",
"h2",
".description",
".wb-aeo-summary",
"p"
]
}
}
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "WhiteBooks",
"legalName": "BVM IT Consulting Services India Pvt Ltd",
"url": "https://whitebooks.in",
"logo": "https://whitebooks.in/assets/images/whitebooks-logo-large.jpg",
"sameAs": [
"https://www.linkedin.com/company/whitebooksindia/",
"https://twitter.com/whitebooksindia",
"https://www.facebook.com/whitebooksindia",
"https://www.instagram.com/whitebooksofficial/",
"https://www.youtube.com/channel/UCm60gR6CC6n1mcRh3mYYnwQ"
],
"address": {
"@type": "PostalAddress",
"streetAddress": "8-2-682/3/A/24, Road No 12, Banjara Hills",
"addressLocality": "Hyderabad",
"addressRegion": "Telangana",
"postalCode": "500034",
"addressCountry": "IN"
},
"location": [
{
"@type": "Place",
"name": "Corporate Office",
"address": {
"@type": "PostalAddress",
"streetAddress": "Flat No: 303, Gayathri Heights, Jubilee Enclave, Hitech City",
"addressLocality": "Hyderabad",
"addressRegion": "Telangana",
"postalCode": "500081",
"addressCountry": "IN"
}
}
],
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+91-9032111788",
"contactType": "sales",
"email": "sales@whitebooks.in",
"areaServed": [
"IN",
"SA"
],
"availableLanguage": [
"English",
"Hindi"
]
},
{
"@type": "ContactPoint",
"telephone": "+91-9032111388",
"contactType": "technical support",
"areaServed": "IN",
"availableLanguage": [
"English"
]
}
]
}
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "WhiteBooks",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "GST, Accounting, e-Invoice and e-Way Bill Software",
"operatingSystem": "Web (REST API)",
"url": "https://whitebooks.in",
"image": "https://whitebooks.in/assets/images/whitebooks-logo-large.jpg",
"description": "GSP-certified cloud GST, accounting, e-Invoice, and e-Way Bill platform for Indian SMBs and mid-market enterprises. Used by 5,000+ active customers across 8,000+ cities. SDKs for Java, Node.js, and Python. Generates 30 Crore+ e-Invoices with 99.99% uptime SLA.",
"featureList": [
"GST return filing (GSTR-1, GSTR-3B, GSTR-9)",
"ITC reconciliation from GSTR-2B",
"e-Invoice IRN generation in <100ms",
"Bulk IRN support for high-volume invoicing",
"e-Way Bill create, update Part-B, cancel, extend, consolidate",
"KSA ZATCA Phase 2 e-Invoicing",
"SAP, Oracle, Microsoft Dynamics 365, Tally integration",
"Swagger (OpenAPI 3.0) documentation",
"SDKs for Java, Node.js, Python",
"99.99% uptime SLA with multi-region deployment",
"TLS 1.2+, OAuth 2.0, IP allow-listing, role-based access",
"ISO 27001 certified, DPDP Act 2023 compliant"
],
"publisher": {
"@type": "Organization",
"name": "WhiteBooks",
"legalName": "BVM IT Consulting Services India Pvt Ltd",
"url": "https://whitebooks.in"
},
"offers": {
"@type": "Offer",
"url": "https://whitebooks.in/about/pricing",
"priceCurrency": "INR",
"price": "5999",
"priceValidUntil": "2027-12-31",
"availability": "https://schema.org/InStock",
"description": "Annual plans from INR 5,999 (Starter) to INR 24,999+ (Enterprise). Free sandbox API access.",
"seller": {
"@type": "Organization",
"name": "WhiteBooks",
"url": "https://whitebooks.in"
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "IN",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30,
"returnMethod": "https://schema.org/ReturnByMail",
"returnFees": "https://schema.org/FreeReturn"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0",
"currency": "INR"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "IN"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 0,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 0,
"unitCode": "DAY"
}
}
}
}
}
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "WhiteBooks",
"image": "https://whitebooks.in/assets/images/whitebooks-logo-large.jpg",
"url": "https://whitebooks.in",
"telephone": "+91-9032111788",
"email": "sales@whitebooks.in",
"address": {
"@type": "PostalAddress",
"streetAddress": "Flat No: 303, Gayathri Heights, Jubilee Enclave, Hitech City",
"addressLocality": "Hyderabad",
"addressRegion": "Telangana",
"postalCode": "500081",
"addressCountry": "IN"
},
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Registered Office",
"value": "8-2-682/3/A/24, Road No 12, Banjara Hills, Hyderabad, Telangana 500034, India"
}
],
"geo": {
"@type": "GeoCoordinates",
"latitude": "17.4925",
"longitude": "78.3919"
},
"priceRange": "₹5,999 – ₹24,999",
"areaServed": {
"@type": "Country",
"name": "India"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:30",
"closes": "18:30"
}
]
}
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "WhiteBooks",
"url": "https://whitebooks.in",
"publisher": {
"@type": "Organization",
"name": "WhiteBooks",
"url": "https://whitebooks.in"
},
"inLanguage": "en-IN"
}