Skip to main content

Python Library for BlockBee Checkout

Project description

BlockBee's Python Library

Python implementation of BlockBee's payment gateway

Deprecated! It has been integrated into python-blockbee.

Requirements:

Python >= 3.0
Requests >= 2.20

Install

pip install python-blockbee-checkout

on pypi or on GitHub

Usage

Importing in your project file

from BlockBee import BlockBeeCheckoutHelper

Generate a Payment Checkout page

from BlockBee import BlockBeeCheckoutHelper

bb = BlockBeeCheckoutHelper(api_key, params, bb_params)

payment_page = bb.payment_request(redirect_url, value)

Where:

  • api_key is the API Key provided by our Dashboard.
  • params is any parameter you wish to send to identify the payment, such as {'order_id': 1234}.
  • bb_params parameters that will be passed to BlockBee _(check which extra parameters are available here: https://docs.blockbee.io/#operation/create).
  • redirect_url URL in your platform, where the user will be redirected to following the payment. Should be able to process the payment using the success_token.
  • value amount in currency set in Payment Settings you want to receive from the user.

Getting notified when the user completes the Payment

When receiving payments, you have the option to receive them in either the notify_url or the redirect_url, but adding the redirect_url is required (refer to our documentation at https://docs.blockbee.io/#operation/paymentipn).

Requesting Deposit

from BlockBee import BlockBeeCheckoutHelper

bb = BlockBeeCheckoutHelper(api_key, params, bb_params)

deposit_page = bb.deposit_request(notify_url)

Getting notified when the user makes a deposit

When receiving deposits, you must provide a notify_url where our system will send an IPN every time a user makes a deposit (refer to our documentation at https://docs.blockbee.io/#operation/depositipn).

Help

Need help?
Contact us @ https://blockbee.io/contacts/

Changelog

1.0.0

  • Initial Release

1.0.1

  • Minor bugfixes

1.0.2

  • Minor bugfixes

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

python-blockbee-checkout-1.0.3.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file python-blockbee-checkout-1.0.3.tar.gz.

File metadata

File hashes

Hashes for python-blockbee-checkout-1.0.3.tar.gz
Algorithm Hash digest
SHA256 3d9393aad4d105cc88d37abad59256191952a9b1b4eaf4974bc7aea45cca3f46
MD5 dbf4f9a04cc539a442a2de736808c45e
BLAKE2b-256 d6ada950608977ee874bb569cb9ac252cd2b7c42ab198a09cd4006740681aa32

See more details on using hashes here.

Supported by

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