Binance Smart Chain - BNB Payment Gateway

Related tags

E-commerce bsc-pay
Overview

BSC Pay (Simple BNB Payment Gateway)

I like to use Binance Smart Chain, do you? You can use my simple payment gateway if you need to get paid with BSC. (Of course, it also supports other ETH networks.)

How Does It Work?

  1. Our system generates a new wallet address for each payment.
  2. Your customer sends BNB to this wallet address.
  3. Cron checks the balance of the wallet and approves the payment. Our system transfers funds from generated wallet address to your payout wallet address after approval.

You can try our demo to understand how it works: https://bg.je/projects/bsc-payment/example_form.php

Prerequisites

  • PHP 7.0+
  • PHP GMP Extension

How to Install?

  • Create a MySQL database.
  • Download this repository and upload files to your web server.
  • Go to your website with a web browser. You will see the installation wizard. Enter the database details and your BSC wallet address. (If you want to use Binance Smart Chain, you don't need to change anything in Network Settings.)

image

  • After the installation, your API key and cron URL will appear on the screen. Set up a cron command that runs every minute and makes a request to the cron URL. Example Cron Command: * * * * * curl {cronUrlAddress}

View API Documentation 🔍

Resources

You might also like...
stripe payment

CodeIgniter 4 Application Starter What is CodeIgniter? CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More in

A PHP package to simplify using DPO Payment API in your application.

DPO (Direct Pay Online) PHP Package The best DPO php package, simple Ever This is the package that will help you add DPO Payment API to your PHP Appli

Sharkpay is a system to provide a full order/payment eco-system for your project.
Sharkpay is a system to provide a full order/payment eco-system for your project.

sharkpay sharkpay is a PHP library which aims to provide a full order/payment eco-system for your projects. A form of plug-in & ready to go for E-Comm

Adds a new report to the WooCommerce analytics section about used payment methods.

Payment Methods Report for WooCommerce This is an extension to WooCommerce Analytics that will display a new report on the usage of configured payment

Mawthouq Payment is an open source project by Mawthouq

mawthouqpay Welcome to the mawthouqpay ! Mawthouq Payment is an open source project by the first platform Mawthouq that works in Algeria to develop th

Metamask & web3js Ethereum payment method extenstion for Magento 2 without any third party gateways
Metamask & web3js Ethereum payment method extenstion for Magento 2 without any third party gateways

CurrencyPrecision Magento 2 Extension Metamask Ethereum payment method module for Magento 2 Table of contents Description Feature Installation Compose

Prestashop module for Orange Money web payment in Central Africa
Prestashop module for Orange Money web payment in Central Africa

PrestaShop payment module which allow to add African (Cameroon, Cote D'Ivoire etc...) Orange Money payment method on our website

Track your farming and pool performance on the Binance Smart Chain

farm.army - Frontend Track your farming and pool performance on the Binance Smart Chain. Tech Stack PHP 8 + Symfony node.js + npm (Webpack, Symfony en

The Laravel eCommerce Mollie Payment Gateway allows the merchants to integrate Mollie payment gateway to their bagisto Store.

The Laravel eCommerce Mollie Payment Gateway allows the merchants to integrate Mollie payment gateway to their bagisto Store.

The Laravel eCommerce Accept Payment Gateway allows the customer to make use of Accept payment gateway in the Bagisto eCommerce website.

Introduction Bagisto WeAccept add-on allow customers to pay for others using WeAccept payment gateway. Requirements: Bagisto: 1.3.2 Installation with

The Laravel eCommerce ABA Payment Gateway module allows the admin to integrate the ABA payment gateway to the online store.

Introduction Bagisto ABA Payment Gateway. Requirements: Bagisto: v1.3.2. Installation with composer: Run the following command composer require bagist

A Laravel Wrapper for the Binance API. Now easily connect and consume the Binance Public & Private API in your Laravel apps without any hassle.
A Laravel Wrapper for the Binance API. Now easily connect and consume the Binance Public & Private API in your Laravel apps without any hassle.

This package provides a Laravel Wrapper for the Binance API and allows you to easily communicate with it. Important Note This package is in early deve

Binance Connector PHP - a thin library that working as a connector to the Binance public API

Binance Connector PHP This is a thin library that working as a connector to the Binance public API. Installation composer require binance/binance-conn

Razorpay payment gateway integration in laravel with submit form and storing details in payment table.

Integrating razorpay payment gateway in laravel with submit form and storing payment details in payment table. How to settup the project in your local

The whmcs payment module for TigoPesa Payment Gateway.

whmcs-tigopesa INSTALLATION INSTRUCTIONS TIGOPESA WHMCS Please follow the instructions below to setup the whmcs-tigopesa gateway module. Download zipp

With the help of the Laravel eCommerce CashU Payment Gateway, the admin can integrate the CashU payment method in the Bagisto store.

Introduction Bagisto CashU Payment add-on allow customers to pay for others using CashU payment gateway. Requirements: Bagisto: v1.3.2 Installation wi

Plugin for Woocommerce that enables Visanet's Cybersource payment gateway as a payment method in your website checkout
Plugin for Woocommerce that enables Visanet's Cybersource payment gateway as a payment method in your website checkout

Plugin for Woocommerce that enables Visanet's Cybersource payment gateway as a payment method in your website checkout

Platform for Citizen Engagement, Smart Communities, Smart Cities in the context of the Sustainable Development Goals 🏙️👩‍💻👨‍💼🙋‍♀️🙋‍♂️🦾🤖
Platform for Citizen Engagement, Smart Communities, Smart Cities in the context of the Sustainable Development Goals 🏙️👩‍💻👨‍💼🙋‍♀️🙋‍♂️🦾🤖

Civikmind Plataforma Libre y de código abierto para la Participación Ciudadana, Veeduría Ciudadana, Gestión de Comunidades Inteligentes, Ciudades Inte

The Smart-ID PHP client can be used for easy integration of the Smart-ID solution to information systems or e-services

Smart-ID PHP client Introduction The Smart-ID PHP client can be used for easy integration of the Smart-ID solution to information systems or e-service

Comments
  • Amount and paid amount in cron

    Amount and paid amount in cron

    What if paid_amount less then amount in payments table? I tried: [Payment #1 | 0xdeaeb986927d6543578317259df7f2e315a69251 | Balance: 0.0012900000 | Payment Amount: 0.0012900000] amount = 0.0013950000 paid_amount = 0.0012900000 Not sending amount to wallet

    opened by ariferol01 3
  • Can't install, getting errors

    Can't install, getting errors

    Hello, I tried to install this but I got errors "{"success":false,"message":"Api key parameter is empty or invalid!"}"

    Picture : https://prnt.sc/jYqp2ST1MIQQ

    I followed your instructions did everything step by step.

    I change API.md to my API KEY everywhere where it said Your API Key https://prnt.sc/O-TTvkv9RiH8

    But still same error {"success":false,"message":"Api key parameter is empty or invalid!"}

    Can you please help out? If you have discord or telegram hit me up there for faster converstaion.

    Discord : #RAw:8033 Telegram : https://t.me/rawfrisco

    opened by therawest 2
  • <b>Fatal error</b>:  Uncaught PDOException:

    Fatal error: Uncaught PDOException:

    You describe following fields as NOT NULL

      `paid_amount` varchar(100) NOT NULL,
      `payout_tx` varchar(66) NOT NULL,
    

    but when Create Payment API called you didn't inserted following fields! How these gonna work?

    <b>Fatal error</b>:  Uncaught PDOException: SQLSTATE[HY000]: General error: 1364 Field 'paid_amount' doesn't have a default value in bsc-pay/api/create_payment.php:62
    <b>Fatal error</b>:  Uncaught PDOException: SQLSTATE[HY000]: General error: 1364 Field 'payout_tx' doesn't have a default value in bsc-pay/api/create_payment.php:62
    
    opened by agroho 1
Owner
null
Plugin for Woocommerce that enables Visanet's Cybersource payment gateway as a payment method in your website checkout

Plugin for Woocommerce that enables Visanet's Cybersource payment gateway as a payment method in your website checkout

tipi(code) 2 Mar 8, 2022
A framework agnostic, multi-gateway payment processing library for PHP 5.6+

Omnipay An easy to use, consistent payment processing library for PHP Omnipay is a payment processing library for PHP. It has been designed based on i

The League of Extraordinary Packages 5.7k Jan 4, 2023
Cardano Mercury Payment Gateway for WooCommerce

Cardano Mercury for WooCommerce Simple, reliable plugin to accept Cardano (Ada) payments for goods and services in WooCommerce. Version: 1.0 Tags: woo

null 25 Aug 3, 2022
Payu payment gateway for bagisto laravel ecommerce open source platform

Bagisto Payu Payment Gateway Payu is a popular payment gateway in india. This package provides a additional strong help for the user to use the payu p

Saju G 3 Dec 14, 2021
QPay Moodle payment gateway plugin

QPay Moodle payment gateway plugin The plugin allows a site to connect to QPay. This plugin was developed by Smotana thanks to funding from Aspire Edu

Matus Faro 2 Dec 31, 2021
PHP payment library to easily integrate Baltic banklinks (supports old and new iPizza protocol), E-commerce gateaway (Estcard, Nets Estonia), Liisi Payment Link and Pocopay.

PHP Payment library PHP payment library to easily integrate Baltic banklinks, E-commerce gateaway (Estcard, Nets Estonia), Liizi Payment Link and Poco

Rene Korss 34 Apr 27, 2022
Laravel paypal payment package , help you process credit card payment using paypal api

Important :The use of the PayPal REST /payments APIs to accept credit card payments is restricted by paypal and they recomand to use Braintree Direct

Anouar Absslm 328 Oct 31, 2022
Chargily ePay Gateway PHP

Chargily ePay Gateway PHP Make ePayment gateway integration with Chargily easier Currently support payment by CIB / EDAHABIA cards and soon by Visa /

Chargily 20 Nov 3, 2022
Chargily ePay Gateway (WooCommerce Plugin)

Chargily ePay Gateway Donate link: https://epay.chargily.com/ chargily, payment, paiement, epay, cib, cibweb, edahabia, algerie, poste, satim, gie, mo

Chargily 15 Dec 7, 2022
PHP 7+ Payment processing library. It offers everything you need to work with payments: Credit card & offsite purchasing, subscriptions, payouts etc. - provided by Forma-Pro

Supporting Payum Payum is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our

Payum 1.7k Jan 5, 2023