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
  • Notification
  1. Crypto Recurring
  2. Integration
  3. Web Hooks

Authorization Web Hook

PreviousSubscription Web HookNextInvoice Web Hook

Last updated 9 months ago

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

Authorization Web Hooks enable merchant systems to receive timely notifications regarding status changes of authorizations.

Learn more about authorizations:

Prerequisites

  • Your business account with Inqud is set up.

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

Setting up Web Hook

  1. Open the app and sign in.

  2. From the left menu bar, choose "Recurring".

  3. Select the desired project.

  4. Locate the "Authorization webhook" option and click on "Edit".

  5. Enter the required details:

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

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

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

Notification

The Authorization Web Hook activates with every transition in authorization status. It requires your web server to respond with a 200 status code. If a different status code is returned, the Web Hook will attempt retries multiple times, using an exponential back-off strategy.

For detailed request specifications, please refer to the following page:

(see Callbacks sections)

💻
🪝
Webhook Basics
Authorization
Authorization Webhook Specification