Create Test Order

This endpoint allows you to place a test order.
Use test_webhooks object to define when you want to receive webhook calls.
Consider the following value:

{
	"new": "15s",
	"accepted": "1m15s"
}

The outcome would be that after 15 seconds you will receive a call with order.new event and one minute later you will receive a call with order.status_update event.

To receive calls to Order Events webhook you must have access to Orders API and for Rider Event webhook you must have access to Rider Status API. See the Verify Your Credentials endpoint to verify your access.

Please consult Test Webhooks page in Guides on how to test webhooks.

Language