Crypto Payments by E-Gates ENG
  • Introduction
    • Welcome to Crypto Payments by E-Gates!
    • Crypto Payments Integration Scheme
    • Crypto Payments Integration Steps
  • API Technical Documents
    • Generating Signature and Making API Requests
  • Creating an Invoice Using the API
  • Receipt Invoice Callback
  • API Documentation for Retrieving Invoice Data via API
  • Retrieving Lists of Available Currencies and Invoice Parameters
  • Payment Method Styling
  • Minimum Requirements for Deploying a Docker Manager
  • Structure of the .env File
  • Docker Image and Frontend Deployment Documentation
Powered by GitBook
On this page
  1. Introduction

Crypto Payments Integration Scheme

PreviousWelcome to Crypto Payments by E-Gates!NextCrypto Payments Integration Steps

Last updated 1 year ago

Here is the integration scheme for Crypto Payments by E-Gates on your website:

  1. Your Website: This is your online store or web platform where customers will make purchases and choose the option to pay with cryptocurrency.

  2. E-Gates API: This is the API is provided by E-Gates that facilitates interaction between your website and the Crypto Payments platform. Using the API, you will send requests to initiate and process cryptocurrency payments.

  3. Your Website: After processing the request, the E-Gates API will return a response containing payment status, successful transactions, and other details. Your website can appropriately handle these responses and update information for the user.

This scheme illustrates how your website interacts with the E-Gates API to process cryptocurrency payments. This allows your customers to choose the option of cryptocurrency payment, and your site will be connected to the Crypto Payments platform for payment processing and transaction information exchange.

For more detailed integration, you will need to study the E-Gates API documentation and implement the corresponding code on your website to handle requests and responses.

Drawing