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
  • What is a Payment Intent?
  • Payment Intent Parameters
  • Payment Intent Statuses
  1. Crypto Recurring
  2. Explore

Payment Intent

The Payment Intent page of the Inqud Recurring Project allows you to monitor the intent to process a payment. A payment intent represents the intention to collect a payment from the user and includes details about the transaction that is about to take place.

What is a Payment Intent?

A payment intent is created by the corresponding invoice. It outlines the specifics of the payment, such as the amount and currency, which are transformed into the authorized cryptocurrency for the transaction. Invoices can have multiple payment intents due to retries in case of inability to charge user.

Payment intents are created automatically by corresponding invoices.

Payment Intent Parameters

Parameter name
Description
Value (example)

planName

Name of plan

"Test plan"

amount

Amount

"100"

currency

Cryptocurrency

"USDT"

network

Blockchain

"ETHEREUM"

TX

Charge transaction hash

"0xbd01120e922a778cc2047cf089b4772b0323587eaea4996b6572dedb67f6e52a"

status

Payment intent status

NEW, PENDING, SUCCESS, FAILED

Payment Intent Statuses

NEW

  • Description: The payment intent has been created and is newly issued.

  • Implications:

    • The payment intent is initialized and awaiting further actions.

    • The invoice amount and currency have been transformed into the authorization cryptocurrency and stored in the payment intent.

PENDING

  • Description: The payment process has been initiated but is not yet completed.

  • Implications:

    • The payment intent is created but still pending.

    • The status will be updated to SUCCESS once the payment intent succeeds.

    • The status will be updated to FAILED if the payment intent fails.

SUCCESS

  • Description: The payment has been successfully processed and confirmed.

  • Implications:

    • The amount due has been paid in full.

    • The payment is completed, and the merchant's balance is updated.

FAILED

  • Description: The payment process was unsuccessful.

  • Implications:

    • The payment could not be completed.

    • The invoice remains unpaid, and a new payment intent may be created in the future.

PreviousInvoiceNextIntegration

Last updated 10 months ago

🔎