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
  • Merchant
  • User
  • Project (Widget)
  • Auto-Convert
  • Domain
  • Crypto Widget
  • Checkout
  • Request
  • Payment
  • Callback (Webhook)
  • Callback (JavaScript)
  1. Crypto Widget

Glossary

Crypto acquiring basic terms

Merchant

An individual or organization with access to Inqud's API and authorized to use the Crypto Acquiring API.

User

Or end user (interchangeably), a customer of a merchant who will pay in cryptocurrency for the merchant's services or goods.

Project (Widget)

A core entity of crypto acquiring, linking all operations within its scope. Merchants can select cryptocurrencies available for payment and configure auto exchange settings for each project.

Auto-Convert

After a user sends money to the address specified in the request, Inqud processes the payment and automatically creates an exchange order according to the configured auto exchange rules.

Domain

The domain of a merchant's website, necessary for adding the crypto widget.

Crypto Widget

An embeddable component that merchants can place on their websites to facilitate cryptocurrency payments.

Checkout

An invoice with a specified amount, which can be in fiat currency. Users can select their preferred cryptocurrency within the scope of the checkout and create a request. Inqud handles the conversion between the checkout currency and the user-selected currency. Checkouts outs can be of two types: FIXED_PRICE (with a specified amount) and NO_PRICE (without a specified amount).

Checkout can have only one request linked to it.

Request

A demand for payment, specifying a certain amount of a particular cryptocurrency.

Requests can be of two types: FIXED_PRICE (with a specified amount) and NO_PRICE (without a specified amount).

Request can have only one payment linked to it.

Payment

A payment refers to an actual incoming blockchain transaction processed by Inqud, which is visible on the Wallets page in the user's Cabinet.

Callback (Webhook)

A notification sent by the Inqud system to the merchant's backend to propagate information about payment requests or checkouts. Callbacks enable real-time updates on payment status and other transaction-related events.

Callback (JavaScript)

In the context of a Crypto Widget, a Callback is a JavaScript function that is passed to the widget to handle events related to checkout status transitions. This function is invoked whenever there is a change in the checkout status. The Callback allows for efficient and real-time management of user interactions and payment processes within the Crypto Widget, providing developers with greater control and flexibility in handling transaction events.

PreviousCoverageNextGet started

Last updated 10 months ago

📄