TIN Check

Send a webhook whenever a TIN check status changes.

Possible statuses

  • pending
  • success
  • failure
  • review
{
  "type": "TinCheck",
  "id": 1234,
  "field": "status",
  "from": "pending",
  "to": "success",
  "at": "2021-05-02T00:18:07.802Z"
}