Zansync connects your existing hotel or restaurant software to the Zanzibar Revenue Authority. No manual receipts. No non-compliance risk. No changing how you work.
Zansync handles the entire ZRA integration. Your team connects once and stays compliant forever.
Sign up at zansync.com. Submit your ZRA credentials — Integration ID, Token, TIN, VRN, and Z-Number. We store them securely.
You receive a Zansync API key for your property. Share it with your developer or integration team.
Your developer makes a single API call to Zansync on each sale or checkout. Full documentation and test environment at developers.zansync.com.
From that point, every transaction generates a valid ZRA fiscal receipt — complete with receipt number, Z-number, tax breakdown, and QR code.
Zansync supports both ZRA VFMS integration types — accommodation for hotels and basic sales for restaurants, bars, and retail.
Full accommodation lifecycle. Every guest check-in registered with ZRA. Infrastructure tax calculated automatically per night. Fiscal receipt issued on checkout.
Every sale generates a ZRA fiscal receipt instantly. Covers walk-in customers, B2B registered businesses, government institutions, and special relief categories.
Zansync returns all data required by ZRA — receipt number, Z-number, tax breakdown, and QR verification code.
Every transaction receives a unique ZRA receipt number that can be verified on the ZRA portal.
Tax exclusive amount, tax amount (15%), and total clearly separated. Exactly as ZRA requires on every printout.
Every receipt includes a ZRA QR code. Customers and inspectors can scan to verify authenticity instantly.
Every transaction stored in Zansync with the complete ZRA request and response. Protected in case of ZRA disputes.
A base monthly fee covers your transaction volume. High-volume properties pay only for what they use above the limit.
For restaurants, cafes, bars, and small retail businesses.
For hotels and properties needing both accommodation and sales VFMS.
For software vendors, hotel chains, and high-volume properties.
Full documentation, sandbox credentials, and code examples in multiple languages at developers.zansync.com.
Simple header-based auth. One API key per property. Test keys available immediately on signup.
Sandbox connected to ZRA test servers. Test all Hotel and Basic VFMS endpoints with pre-loaded test credentials before going live.
Every endpoint documented with request parameters, response fields, sample code in cURL, PHP, Node.js, and Python.
Receive ZRA receipt data pushed to your endpoint the moment a receipt is issued. No polling needed.
// Issue a ZRA fiscal receipt for a sale
curl -X POST \
https://api.zansync.com/v1/sales \
-H "X-Zansync-Key: zs_live_xxxx" \
-H "Content-Type: application/json" \
-d '{
"reference": "ORD-1042",
"customer": "Walk-in",
"currency": "TZS",
"items": [{
"name": "Grilled Prawns",
"price": 45000,
"quantity": 1
}]
}'
// Response
{
"receipt_number": "213590000076",
"z_number": "Z025608121",
"tax_amount": 7174.00,
"total": 55000.00,
"qr_url": "http://102.223.7.131/...",
"status": "success"
}
Tell us about your business and system. We will get back to you within 24 hours.
We respond within 24 hours · support@zansync.com · +255 769 278 878