WEBHOOK
license-required
{
  "event": "LICENSE_REQUIRED",
  "session_id": "fb5aa994-ed1c-4c3e-b29a-b2a53222e584",
  "task_id": 25605,
  "external_user_id": "3dcbb19a-b2f1-4a7b-8792-d76027b627b3",
  "merchant": {
    "id": 10,
    "name": "Uber"
  },
  "data": {
    "card_id": "123456789"
  },
  "timestamp": 1710864923198
}
Fired when a user needs to provide their driver license number to login to a merchant for the 1st time.

Body

application/json
event
string

Name of the webhook event.

Example:

"LICENSE_REQUIRED"

session_id
string

Unique identifier for the session.

Example:

"fb5aa994-ed1c-4c3e-b29a-b2a53222e584"

task_id
integer

Unique identifier for the task.

Example:

25605

external_user_id
string

Unique identifier for the user.

Example:

"3dcbb19a-b2f1-4a7b-8792-d76027b627b3"

merchant
object
data
object
timestamp
integer

Unix timestamp of the webhook event in UTC.

Example:

1710864923198