Business Integration Guide
Add Dropzon address resolution to your checkout, logistics, or application.
DZ Address checkout widget
The Dropzon checkout widget lets your customers enter their DZ# code at checkout and auto-fill their full delivery address. It takes a few minutes to add to any website.
Add the script tag
Include the Dropzon widget script in your checkout page. It is a single JavaScript file that loads asynchronously.
Initialize the widget
Call Dropzon.init() with your configuration - target input field, callbacks, and optional styling.
Handle the resolved address
When a customer enters their DZ# code, the widget resolves the full address and fires your callback with all the address fields (street, city, region, country, GPS coordinates).
Full documentation is available at the Developers page.
API integration guide
For deeper integrations, use the Dropzon API directly. Available endpoints include:
GET /api/widget/lookup/:dzCode
Resolve a DZ# code to a full address with GPS coordinates.
GET /api/widget/info
Get widget version, features, and embed URL.
POST /api/widget/validate
Validate a DZ# code without resolving the full address.
All API endpoints return JSON responses. See the developer documentation for full request/response examples and authentication details.
Bulk address validation
If you handle large volumes of DZ Addresses (e.g. logistics companies, e-commerce platforms), you can use our bulk validation API to verify hundreds of DZ# codes at once.
This is useful for:
- Validating customer addresses before shipping
- Cleaning up address databases
- Route planning and optimization
- Geocoding DZ Addresses for mapping
Contact us at hello@dropzon.app for API access and business pricing.
Business plans and pricing
Dropzon offers business plans for companies that want to provide DZ Addresses to their employees, integrate with our network, or use our address infrastructure at scale.
Visit our Business page or contact hello@dropzon.app to discuss your needs.