admin

Blockonomics Checkout API

In this tutorial, we will understand how to programmatically create/modify a dynamic way to collect charges from customers and add custom data to your products by using Blockonomics checkout API. We will also learn how to pass data to and retrieve data from the checkout API. Resources Source Code https://github.com/blockonomics/book-store Youtube Video https://www.youtube.com/watch?v=CstYDj09-ts Tech Stack …

Blockonomics Checkout API Read More »

Introduction to Payment Button API

In this tutorial, we will understand how to use payment button API to automate e-commerce workflow using existing Blockonomics Payment Buttons as the user interface Resources Source Code https://github.com/blockonomics/Blockonomics_Payment_Button_Demo Youtube Video https://www.youtube.com/watch?v=ftJWws1iL3c Tech Stack PHP HTML/CSS Blade Setting Up The entire code for this demo is available on Github and you can fork it here. The …

Introduction to Payment Button API 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 »

Introduction to Payments API

Website administrators/developers looking to accept bitcoin payments are overwhelmed by terms like blocks, txid, address, HD wallet, private keys, etc. In this post we try to give a 101 on this process by showing the basic workflow: Price: Calculate total amount of the order in BTC. This can be done by dividing the order/cart value …

Introduction to Payments API 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 »