Skip to main content
By default, sandbox endpoints respond synchronously with a completed status. To simulate asynchronous processing and receive a webhook callback, use one of the following methods.

Option 1: Query Parameter

Append ?mockMode=async to the request URL:

Option 2: HTTP Header

Send the x-mock-mode: async header:
The query parameter takes precedence over the header. If neither is provided, the request defaults to sync mode.

Async Response Example

A webhook event is scheduled after a short delay (default ~3 seconds) to the configured webhook URL.