Thy Street
  • Getting started
  • 🤖Devices
    • What is a device?
    • Create Device
    • Device Page
    • Webhook
      • Set Up and Edit Webhooks
      • Validate and test webhooks
      • Custom Adapter
  • Tariff Manager
    • What is a tariff card?
    • Create Tariff Card
    • Edit Tariff Card
  • Accounts
    • Account Settings
      • API Credentials
    • Payment
  • Frequently Asked Questions
    • What are FAQs?
    • Create a question
  • Examples
    • Liquid Vending Device
      • Hardware
      • Software
Powered by GitBook
On this page

Was this helpful?

  1. Devices

Webhook

What is a Webhook?

A webhook (also called a web callback or push API) is a way for an app to provide other applications with real-time information. A webhook delivers data to other applications as it happens, meaning you get data immediately. Unlike typical APIs where you would need to poll for data very frequently to get it real-time.

Example

If you have your webhook set up properly, you will receive a notification every time a user completes the payment process.

PreviousDevice PageNextSet Up and Edit Webhooks

Last updated 3 years ago

Was this helpful?

🤖