Get help with the Merchant API, dashboard, and platform apps.
Technical Support
Technical Support
Use this page when a booking fails, a plugin does not create a delivery, or an API response is unexpected.
Contact
- Email: [email protected]
- Phone: +965 6005 2278
- Dashboard: vendors.tryflasho.com
Include the details below so the request can be traced.
๐ก Do not send your full API key
Keys start with flsh_. Send only the first 8 characters, plus the delivery or platform order number.
What to include
- Store or account name
- Platform: API, Shopify, WooCommerce, Odoo, OpenCart, nopCommerce, or PrestaShop
- Delivery id or order number, if one was created
- Time of the request (timezone)
- HTTP status and the
messagefrom the response, or the plugin log line - Pickup and drop-off coordinates you sent
Checks before you write
Confirm drop-off GPS
Shopify, WooCommerce, Odoo, OpenCart, nopCommerce, and PrestaShop addresses have no coordinates by default. Auto-book skips the order until latitude and longitude are set. See the platform page in Platform apps.
Confirm billing
Prepaid accounts need wallet balance that covers the quote. A failed booking with an insufficient-balance message is a billing limit, not a plugin crash.
Confirm the trigger
Plugins book only when auto-book is on and the order reaches the status you configured (or when the order is paid, for nopCommerce). Check that status before treating it as a failed request.
API errors
| Status | Meaning |
|---|---|
401 | API key was not accepted. See Authentication. |
400 | The body is missing a required field, or the wallet cannot cover the booking. |
404 | That delivery id does not belong to this account. |
5xx | Flasho could not complete the request. Retry once, then contact support with the time and path. |
Base URL: https://vendors.tryflasho.com