EN
English
  • Getting Started
    • Documentation Overview
    • How the Integration Works
    • Integration Testing
    • How to Get API Keys
    • SDK for Work with API
    • Integration of Icons and Buttons
    • Cryptocurrency payment instruction
    • Support and FAQ
  • API REFERENCE V2
    • Request Authorization
    • Invoice Creation
    • Invoice Cancellation
    • Invoice List
    • Invoice Information
    • Balance
    • Statistics
    • Static Wallet
    • Funds Withdrawal
    • Automatic POSTBACK
  • API REFERENCE V1 (OLD)
    • Request Authorization
    • Invoice Creation
    • Invoice Status Check
    • Automatic POSTBACK
  • CMS Plugins
    • List of CMS Plugins
      • WooCommerce
      • OpenCart
      • Shopify
      • Tilda
      • GetCourse
      • XenForo 2
      • PrestaShop
      • Drupal
      • WHMCS
  • Buttons and forms
    • HTML-widget
      • HTML-form
      • HTML-button
  • CryptoCloud Website
  • Help Center
  • Brand Guide
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

How the Integration Works

CryptoCloud integration involves your platform interacting with our API to automate transactions. Here's how it works:

  1. Request authorization:

    • All requests to the API must be authorized using your API keys.

  2. Invoice creation:

    • You submit a request to create an invoice, specifying the required parameters and total amount.

  3. Receiving a payment link:

    • The system generates and sends you a unique payment link in response to your request.

  4. User payment:

    • A user clicks on the received link and makes the payment.

  5. Funds receipt notification:

    • Once funds are received in your account, we send a POSTBACK to the notification URL specified in your project settings.

    • You need to process this notification and, if necessary, take the corresponding action on the side of your platform.

  6. Invoice verification:

    • You can independently verify the status of an invoice using its INV number through a corresponding request to the API.

This process provides a secure and efficient interaction between your platform and the CryptoCloud service, allowing you to automate the payment acceptance and account management process.

PreviousDocumentation OverviewNextIntegration Testing

Last updated 1 year ago

Was this helpful?