Skip to content

coino-live/python-crypto-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CoinoLive Python Client

Introduction

CoinoLive Python Client is a Python wrapper for interacting with the CoinoLive API. It provides a convenient way to integrate CoinoLive's crypto payment gateway functionality into Python applications.

Why Choose Us?

  • No KYC: You can sign up and start accepting payments in minutes, with just an email address and a password.
  • Sky's the Limit: You can access your money anytime, anywhere, and in any currency you prefer.
  • Affordable and Fair: We charge only a flat fee of 0.25% per transaction.
  • Safe and Sound: We use the latest encryption and security protocols to protect your data and funds.
  • Seamless and Simple: We provide a user-friendly interface. You can also customize your payment page and checkout process to suit your brand and preferences.

Installation

To install CoinoLive Python Client, simply clone this repository:

git clone https://github.com/coino-live/python-crypto-payments.git

Usage

  1. Import the CoinoLive class into your Python project:

    from coino_live import CoinoLive
  2. Initialize a CoinoLive object with your API key:

    api_key = "YOUR_API_KEY_HERE"
    coino_live = CoinoLive(api_key)
  3. Use the provided methods to interact with the CoinoLive API. For example:

    # Create Order
    order_response = coino_live.create_order(amount=10, callback_url="https://domain.com/verify_payment",
                                              description="Pay For shoes", gate_id="M-2")
    order_id = order_response["Order_ID"]
    
    # Redirect Payment
    coino_live.redirect_payment(order_id)
    
    # Verify Payment
    verification_response = coino_live.verify_payment(order_id)

Documentation

For detailed information on how to install, configure, and use the Coino Live WooCommerce Plugin, please refer to our Documentation.

Support

For any questions, issues, or feedback related to the Coino Live WooCommerce Plugin, please reach out to our support team at support@coino.live.

Contributing

We welcome contributions from the community to improve the Coino Live WooCommerce Plugin. If you have any suggestions, bug fixes, or feature requests, please open an issue or submit a pull request.

Connect with Us

Stay updated with the latest news and updates from Coino Live:

Products

Links

Thank you for choosing Coino Live for your cryptocurrency payment gateway needs!

Releases

No releases published

Packages

No packages published

Languages