Payments

Posts that describe information about accepting bitcoin payments using API

Wallet Setup Tips

This post gives useful tips on how to setup your bitcoin wallet on test/production to be used with Blockonomics to accept bitcoin payments Resources Youtube Video https://www.youtube.com/watch?v=OgShmVpep2U&t=10s Test Environment Here are the steps for test environment 1. Setup Electrum Wallet Electrum wallet is an open-source Bitcoin wallet that is known for its speed, safety, and […]

Wallet Setup Tips Read More »

Sending Bitcoin – Wallet Service

Bitcoin Wallet Service is a free open source service that allows merchants to send bitcoin and retain custody of their funds. Resources Source Code https://github.com/blockonomics/wallet_service Youtube Video https://youtu.be/GpN6B7ca5-I Requirements Linux System Python 3.8 Git Postman ( For Testing ) Initial Setup The code repository of the Self Hosted Wallet Service is available on Github here.

Sending Bitcoin – Wallet Service Read More »

Payments API Integration in Node.js

In this tutorial, we will understand how to integrate Blockonomics Payments API in Node.js using expressCart. Resources Source Code https://github.com/mrvautin/expressCart Youtube Video https://www.youtube.com/watch?v=ucmJmqSJb4c Tech Stack Setting Up Enabling Blockonomics as a Payment Option To enable Blockonomics, you need to configure the settings. Firstly provide your API Key and other details as mentioned here. Then, to

Payments API Integration in Node.js Read More »

Payments API Integration in PHP

In this tutorial, we will understand how to integrate blockonomics payments API in a PHP-based shopping cart. Resources Source Code https://github.com/blockonomics/Demo-PHP-Application Youtube Video https://www.youtube.com/watch?v=dibw1sGz3to Tech Stack PHP HTML/CSS Javascript Setting Up Complete the setup using the instructions provided here. The Logic The Database The Database is going to have four different Tables namely invoices, orderes,

Payments API Integration in PHP Read More »

Payments API Integration in Django/Python

In this tutorial, We will create an online shop that will accept Bitcoin payments using Blockonomics Payment API. Let’s get started! Resources Source Code https://github.com/blockonomics/Django-Image-Store Youtube Video https://www.youtube.com/watch?v=xGeD1UUXpMk Tech Stack Django/Python HTML/CSS Javascript Setting Up You can set up the local version of this tutorial using instructions provided in the README of the GitHub Repository Creating a

Payments API Integration in Django/Python Read More »