Check event

You can subscribe the Check Webhook to receive all events that occur related to checks.

The returned object will contain the check in the state at the moment of the event creation. For example, if there's a status change, you'll receive an event with the new status.

Payloads for CHECK Subscription Type

{
  "entity": {
      "account_uuid": "86e28f4b-c52d-4498-be89-a890b2298269",
      "check_number": "",
      "check_uuid": "5cb572da-880a-4bd9-9668-28a22e7700c7",
      "created_at": "2022-10-06T08:24:14.763Z",
      "currency": "USD",
      "entered_amount": 10000,
      "external_id": "",
      "status": "PREVERIFIED",
      "status_reason" : "AMOUNT",
      "rejected_reasons" : ["INVALID_DOCUMENT", "AMOUNT"]
      "transaction_uuid": "490e9f00-094b-43fc-89e1-628430580cbc",
      "updated_at": "2022-10-06T08:24:22.503465894Z",
      "wallet_uuid": "253a481d-8664-403e-906b-d25d5963ca5e"
  },
  "event_date": "2022-10-06T08:24:26.577Z",
  "event_retry": 0,
  "event_type": "CHECK",
  "event_uuid": "7a525c30-57d7-5429-b260-53559609e5c2",
  "event_version": "2021-11-18.1",
  "program_uuid": "3ff8d46a-da4d-46f1-a296-db483914b896"
}