Saturday, October 14, 2017

Integrating Bitcoin Payment to Django Project

I am aware that you need a third-party services like Bitpay, Coinbase, BitcoinPayFlow etc if you want to speedily integrate a bitcoin payment gateway to your site.

I am also aware that python and django do have libraries available for the bitcoin implementation.

In the case of using python/django libraries (eg django-cc). How do you integrate it into your site and how does it access the merchants bitcoin wallet?

And do such libraries provide a function for generating invoice page containing QR code and the merchants address for the customer to easily make payment?

I want to know the basic level of integrating bitcoin payment to a django project using any of the python/django libraries out there.

Any help?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/800f0f36-173a-42fc-8287-90b90be886c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment