Skip to main content

Non-official Python API for BitPay Payment Gateway API.

Project description

Non-official Python API for BitPay Payment Gateway API. You can review the source code here and use it on your own risk.

To create an invoice, you can do:

from bitpay import BitPayAPI
api = BitPayAPI('<Your API key goes here>')
result = api.create_invoice(
    price=100,
    currency='USD',
    posData='order0001',
    buyerName='John',
)
print result

To get invoice status, you can do

result = api.get_invoice_status('<Invoice ID>')
print result

This API is broght to you by EZComet.com - the best realtime message pushing service. We accept bitcoin!

Author blog: Victor Lin’s coding notes

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pybitpay-0.1.zip (10.1 kB view hashes)

Uploaded Source

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