Toggle Developers
CtrlK
HomeAcademy
  • Welcome
  • GraphQL
    • Getting started
    • Exploring our API
    • Authentication
    • Pagination / Throttling
    • Error handling
  • Key concepts
    • Overview
      • Orders, Transactions & Line Items
      • Card number formats
      • Tender vs Discount
  • Basics
    • Create a card
      • Custom validity rules
    • Balance Check
    • Redeem / Top up a card
  • Reversals
  • Webhooks
    • Overview
      • Getting started
      • Authentication & responses
    • Events
      • Card.balance_adjusted
      • Card.card_reference_updated
      • Card.expiry_reminder
      • Card.registered
      • Card.send_recipient_email
      • Card.resend_recipient_email
      • Order.created
      • Order.cancelled
      • Order.send_receipt_email
      • Order.send_cancellation_email
      • Payment.failed
      • Payment.review_opened
      • Fulfilment.dispatched
  • Partner Guides
    • EPOS & Ordering
      • Overview
      • Accreditation
      • Configuration variables
      • Create a card
      • Balance check
      • Redemptions & top-ups
      • Reversing an order
    • Guest gratuity
      • Overview
      • Accreditation
      • Configuration variables
      • Creating a card
      • Reversing an order
    • CRM
      • Overview
      • Historic data via GraphQL
      • Real time data via webhooks
    • Custom Web shops
      • Overview
      • Accreditation
      • Configuration variables
      • Create a card
      • Reversing an order
Powered by GitBook
On this page
  1. Webhooks
  2. Overview

Getting started

To get started using Toggle webhooks...

  1. Set up a public web server with a valid SSL certificate that accepts POST requests.

  2. Take a note of your domain and end-point and ask the Toggle support team to start sending webhooks to this URL.

  3. The support team will supply with you with a webhook secret and let you know when you can start expecting to receive payloads.

PreviousOverviewNextAuthentication & responses

Last updated 4 years ago