Inqud Docs
  • Developer
    • 🟢Inqud API
    • 🔑Authentication
    • 🪝Web Hooks
      • Web Hook Verification
      • Payment Web Hook
    • Payment Statuses
    • 📃API Reference
  • Payments
    • 🔢Payment Methods
    • 💸Withdrawal/Payout
      • Cross Payout Feature
    • 💰Deposit/Payin
    • 💰H2H Deposit/Payin
  • Crypto Widget
    • 💣Integration overview
    • Usage models
    • Extra features
      • Auto-conversion
      • Preselected currency checkout
    • 💱Coverage
    • 📄Glossary
    • ✅Get started
      • Onboarding
      • Setup instructions
    • 🔎Explore
      • Checkouts
      • Requests
      • Payments
    • 💻Integration
      • ⚙️Redirect payment flow
      • ⚙️Embedded widget
      • ⚙️Using your own UI with Inqud processing
      • 🪝Web Hooks
        • Checkout Web Hook
        • Request Web Hook
      • 📃API Reference
  • Crypto Static Addresses
    • 📃Overview
    • 💱Coverage
    • ✅Get Started
      • 1️⃣Step 1. Account verification
      • 2️⃣Step 2. Project setup
      • 3️⃣Step 3. Integration
    • 💻Integration
      • ⚙️API Integration
      • 🪝Web Hooks
      • 📃API Reference
  • Crypto Recurring
    • 📃Overview
      • Inqud Hosted Page overview
      • Inqud Recurring SDK overview
    • 💡Use Cases
      • Subscription Payments
      • On-Demand Payments
    • 💱Coverage
    • 📄Glossary
    • ✅Get Started
      • 1️⃣Step 1. Account verification
      • 2️⃣Step 2. Project setup
      • 3️⃣Step 3. Plan setup
      • 4️⃣Step 4. Integration
    • 🔎Explore
      • How it works
      • Project
      • Plan
      • Authorization
      • Subscription
      • Invoice
      • Payment Intent
    • 💻Integration
      • ⚙️Inqud Hosted
      • ⚙️Recurring SDK
        • SDK Package & Docs
        • SDK Usage Example
        • Example Sandbox
      • 🪝Web Hooks
        • Subscription Web Hook
        • Authorization Web Hook
        • Invoice Web Hook
      • 📃API Reference
Powered by GitBook
On this page
  • Prerequisites
  • Setting up Web Hook
  • Payment statuses
  • Notification
  1. Crypto Static Addresses
  2. Integration

Web Hooks

PreviousAPI IntegrationNextOverview

Last updated 3 months ago

For foundational information on webhooks, including key concepts and verification methods, please refer to the page.

Payment webhooks notify merchants of new payments to a static address and any status changes in real time.

Prerequisites

  • Your business account with Inqud is set up.

  • The Crypto Widget has been established and configured within the Inqud platform.

  • The Crypto Widget is active.

Setting up Web Hook

  1. Open the and sign in.

  2. From the left menu bar, choose "Crypto widgets".

  3. Select the desired widget with type static.

  4. Open "Webhooks"

  5. Locate the "Payment webhook" option and click on "Add".

  6. Enter the required details:

    • Webhook link: Provide the URL of your webserver that will handle the callbacks.

    • Webhook secret: Enter a secret key for signature calculation (optional).

  7. Click on "Save" to finalize your settings.

Payment statuses

Notification

The Payment Webhook triggers on every payment status change. Your server must respond with a 200 status code; otherwise, retries will be attempted using an exponential backoff strategy.

For detailed request specifications, refer to the following page:

(see Callbacks sections)

💻
🪝
Webhook Basics
app
Payment Web Hook Specification