Deeplinks Integration
Integrate delivery features into your mobile or web application using deeplinks. Redirect users to the Velourcity app with pre-populated delivery information.
Simple • Fast Setup • No API Keys RequiredBasic structure for Velourcity deeplinks
Base URL
https://app.velourcity.com/deliveryComplete Example
https://app.velourcity.com/delivery?pickup_address=123%20Restaurant%20St&dropoff_address=456%20Customer%20Ave&partner_id=your_partner_id&callback_url=https://yourapp.com/delivery/completeAvailable parameters for customizing the delivery request
pickup_address RequiredFull pickup address including street, city, and postal code.
dropoff_address RequiredFull delivery address including street, city, and postal code.
partner_id RequiredYour unique partner identifier for tracking and attribution.
callback_url OptionalURL to redirect users back to your app after completing the delivery request.
delivery_instructions OptionalSpecial instructions for the delivery driver.
reference_id OptionalYour internal reference ID for this delivery request.
Code examples for different platforms and languages
JavaScript / React
Android (Java)
✅ Do
- • URL encode all parameter values
- • Validate addresses before creating links
- • Provide clear user feedback
- • Handle app not installed scenarios
- • Use HTTPS for callback URLs
❌ Don't
- • Include sensitive information in URLs
- • Assume the app is always installed
- • Use invalid or placeholder addresses
- • Forget to handle callback responses
- • Hardcode partner IDs in client code
Ready to integrate deeplinks?
Get your partner ID and start redirecting users to Velourcity for seamless delivery experiences.
Get Partner ID