Skip to main content

A Bitcoin gateway client for generating QR codes for payments in shops

Project description

BitHeap Gateway Python Client

The bitheap_gateway_client is a Python package designed for e-commerce and retail platforms to facilitate Bitcoin payments. It simplifies the process of integrating Bitcoin payment functionality, including generating QR codes for Bitcoin transactions.

Features

  • Request Bitcoin payments with QR code generation.
  • Check the status of Bitcoin payments.
  • Execute payouts in Bitcoin.
  • Retrieve a seller's Bitcoin balance.

Installation

To install bitheap_gateway_client, simply use pip:

pip install bitheap_gateway_client

Usage

Here's how to use the bitheap_gateway_client in your Python project:

Importing the Client

from bitheap_gateway_client.client import BitHeapGatewayClient

Requesting a Payment

response = BitHeapGatewayClient.request_payment('expect', 'currency', 'message', 'seller', 'customer', 'callback_url', 'account_id')
print(response.json())

Checking Payment Status

response = BitHeapGatewayClient.check_payment('address')
print(response.json())

Processing a Payout

response = BitHeapGatewayClient.payout('seller', 'amount', 'currency', 'address', 'account_id')
print(response.json())

Getting Seller's Balance

response = BitHeapGatewayClient.get_seller_balance('seller')
print(response.json())

Contributions

Contributions are welcome! Please feel free to submit pull requests or open issues to improve the functionality or efficiency of this package.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitheap_gateway_client-0.1.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

bitheap_gateway_client-0.1.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page