Request Status Update

A webhook with the requestStatus.updated type will receive a call when a request’s status is updated. Example:

# Headers
    x-webhook-id:         80d78ed1-c91b-47d6-8705-e1b78c2291fc
    x-webhook-timestamp:  1716991755
    x-webhook-signature:  v1,9yKWEi8NHrxlK0ULfboNfytDo0cNM5bHUZIjv3ML3zA=

# Payload
{
  "type": "requestStatus.updated",
  "createdAt": "2024-05-29T14:09:10.136659Z",
  "data": {
    "requestId": 123,
    "status": "APPROVED"
  }
}

Did this page help you?


  © 2025 Taurus SA. All rights reserved.