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
  • Inqud API
  • General
  1. Developer

Inqud API

Inqud API

The API implements a Representational state transfer (REST) architecture. Sounds technical, but it’s really quite easy. It mainly breaks down to HTTP-methods GET, PATCH, POST and DELETE matching the operations to read, update, create and delete.

General

  • The base endpoint is: https://api.inqud.com

  • All endpoints return either a JSON object or array.

  • All time and timestamp related fields are in UTC time.

  • Date time format is ISO 8601. Example: "2018-12-04T12:02:35.14Z"

NextAuthentication

Last updated 9 months ago

🟒