Giter VIP home page Giter VIP logo

cryptoapi / bitcoin-payment-gateway-asp.net Goto Github PK

View Code? Open in Web Editor NEW
64.0 19.0 32.0 27.59 MB

Bitcoin Payment Gateway API on ASP.NET. Accept Bitcoin, Litecoin, Dogecoin, Dash, Speedcoin, Reddcoin, Potcoin, Feathercoin, BTC, Vertcoin, Vericoin, Peercoin, Paycoin, MonetaryUnit, Swiscoin Payments Online on your ASP.NET C# website

C# 7.59% ASP 0.01% Smalltalk 0.01% HTML 2.01% JavaScript 0.76% CSS 89.64%
payment-api payment-gateway bitcoin asp asp-net bitcoind litecoin cryptocurrency

bitcoin-payment-gateway-asp.net's Introduction

GoUrl.io Bitcoin/Altcoin Payment Gateway API ASP .NET C#

Version 1.2.0 RC1

NEW - Mobile Friendly, White Label Product - Bitcoin/altcoin Payments with your own logo. Live Demo

Accept Bitcoin, Bitcoin Cash, Litecoin, Dash, Dogecoin, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vertcoin, Peercoin, UniversalCurrency, MonetaryUnit Payments Online on your website

Copyright © 2014-2019 Delta Consultants

Website: https://gourl.io

API NuGet ASP .NET MVC: https://www.nuget.org/packages/GoUrl.io/

API Bitcoin ASP.NET Instruction: https://gourl.io/bitcoin-api-asp.html

API Bitcoin PHP Instruction: https://gourl.io/api-php.html

API Python, Java, Node.js, etc: https://gourl.io/api.html

Wordpress Plugin: https://wordpress.org/plugins/gourl-bitcoin-payment-gateway-paid-downloads-membership/

Demo: https://gourl.io/bitcoin-payment-gateway-api.html

Payment-Gateway

Instruction - ASP .NET Bitcoin/Altcoin Package

  1. Two Versions Available (stable version 1.0.10 - iFrame payment box and version 1.2.0 RC1 - mobile friendly json payment box)
  • A. Version 1.0.10 - Stable, iFrame Payment Box, Not Mobile Friendly. Demo»

    Install package from nuget.org - https://www.nuget.org/packages/GoUrl.io/ (command "Install-Package GoUrl.io", it is package only without examples, Iframe, not mobile friendly)

    or download full package v1.0.10 with Examples from github / gourl.io directly

  • B. Version 1.2.0RC1 (release candidate 1), Json Payment Box, Mobile Friendly, White Label Product. Demo»

    Download full package v1.2.0RC1 with Examples from github / zip source file

  1. Package uses own database with table crypto_payments (file /GoUrl/App_Data/GourlDb.mdf) for storing bitcoin/altcoin payment information (transaction ID, payment Date, user ID, order ID, etc) on your website. If you wish to move this table to your existing database, run sql query, it will create new MSSQL "crypto_payments" table in your existing database; and after configure 'connectionStrings' in /GoUrl/Web.config. Package default Database store in /GoUrl/App_Data folder. Example - Asp Page with All Payment Statistics

  2. Free Register or Login on the gourl.io, create new payment box/es and get free GoUrl Private/Public Keys (screenshot)

  3. Place all your GoUrl Private Keys in /GoUrl/Web.config (screenshot)

  4. Add in your _Layout line - <script type="text/javascript" src="~/scripts/cryptobox.js"></script>. See example - /GoUrl/Views/Shared/_Layout.cshtml

  5. Create payment controller with your public/private keys, orderID, userID, etc. See controller example, ready to use with files from directory /Examples/ - /GoUrl/Controllers/GoUrl/ExamplesController.cs (screenshot)

  6. Edit the function Main in the file /GoUrl/GoUrlCore/NewPayment.cs to add additional actions after a payment has been received (update database records, send email to user, etc).

  7. You will need to place Callback URL in bitcoin/altcoin payment box (screenshot), please use: http://yoursite.com/GoUrl/Callback

  8. For display bitcoin/altcoin payment box in your View, you need to use Helper Cryptobox (@Html.Cryptobox(DisplayCryptoboxModel) or display Partial View Partial/_Cryptobox.

    See /GoUrl/Views/Examples/Basic.cshtml and other Examples.

    For use examples, please add your gourl private keys to Web.config and private/public keys to several places in ExamplesController.cs.

THAT'S IT! CRYPTOCOIN PAYMENT BOX/CAPTCHA SHOULD NOW BE WORKING ON YOUR SITE.

Read more - https://gourl.io/bitcoin-api-asp.html

MSSQL Table for package

The package uses its own database with table crypto_payments where all bitcoin/altcoin payments made to you would be stored. You can have multiple cryptoboxes on site (such as bitcoin, dash, dogecoin, etc) and all payment information for such transactions will be stored in that one table.

If you wish to move the table to your existing database, please run query below, it will create new crypto_payments table in your existing database; and after configure 'connectionStrings' in /GoUrl/Web.config.

CREATE TABLE dbo.crypto_payments (
   paymentID int IDENTITY(1,1) NOT NULL,
   boxID int NOT NULL,
   boxType nvarchar(10) NOT NULL,
   orderID varchar(50) NOT NULL,
   userID varchar(50) NOT NULL,
   countryID varchar(3) NOT NULL,
   coinLabel varchar(6) NOT NULL,
   amount decimal(20, 8) NOT NULL,
   amountUSD decimal(20, 8) NOT NULL,
   unrecognised tinyint NOT NULL,
   addr nvarchar(50) NOT NULL,
   txID char(64) NOT NULL,
   txDate datetime NULL,
   txConfirmed tinyint NOT NULL,
   txCheckDate datetime NULL,
   processed tinyint NOT NULL,
   processedDate datetime NULL,
   recordCreated datetime NULL
);

GoUrl Gateway Features

Our Payment Gateway with Instant Checkout allows you to easily organise your website -

  • 100% Free Open Source on Github.com
  • No Monthly Fee, Transaction Fee from 0%
  • No ID Required, No Bank Account Needed
  • Get payments straight to your bitcoin/altcoin wallets and convert to USD/EUR/etc later
  • Custom Payment Box - json format; customise your bitcoin payment box with your own text / logo
  • Pay-Per-Product - sell your products for bitcoin, bitcoin cash, litecoin, etc. online on your website. It is easy!
  • Pay-Per-Download - make money on file downloads/other digital content from your website online
  • Pay-Per-Post - get separate payments for each post/article published on your website
  • Pay-Per-Registration - earn money on user registration on your website; stop spam
  • Pay-Per-Page-Access - sell paid access to selected web page(es) to unregistered visitors online
  • Pay-Per-Membership - sell monthly/daily membership of your website to members online
  • Set your own Prices in USD. It will automatically convert usd to cryptocoins using Live exchange rates
  • Direct Integration on your website (iframe), no external payment pages opens (as other payment gateways offer)
  • User will see successful payment result typically within 5 seconds after the payment has been sent
  • Your website users and visitors will see GoUrl payment box on your website in their own native languages
  • Our Payment Gateway supports the following interface languages: English, Spanish, French, German, Dutch, Italian, Russian, Polish, Portuguese, Persian, Korean, Japanese, Indonesian, Turkish, Arabic, Simplified Chinese, Traditional Chinese, Hindi. We can also add any new language to payment system on request
  • Affiliate Program for Web Developers - Earn 0.50% Lifetime from each cryptocoin payment made by users through GoUrl Payment Gateway
  • Global, Anonymous, Secure, Zero Risk, No Chargebacks, No visitor registration is needed.
  • GoUrl Bitcoin Official Wordpress Plugin - easy to use on your website
  • Free Support in the integration of our GoUrl Crypto Payment Gateway in your scripts/plugins/website

Introduction

GoUrl Bitcoin/Altcoin Payment Gateway offer a simple ASP.NET C# Package which you can easily integrate into your own ASP website in minutes.

Start accepting payments on your website, including all major cryptocoins, and start selling online in minutes. No application process.

The big benefit of Cryptocoin Payment Box is that it fully integrated on your website, no external payment pages opens (as other payment gateways offer).

Your website will receive full user payment information immediately after cryptocoin payment is made and you can process it in automatic mode.

Payment-Box

How It Works

A. Website Owner / Seller Side

You can use the following steps to sell your products on your website for cryptocoins if you wish to and can automatically convert them to USD

  • Install GoUrl crypto Payment Box on your website and dynamically configure order id, currency, amount to pay, etc. Or use Monetiser Online if you don't have your own website.
  • You can accept payments in Bitcoins only or you can accept other coins - Bitcoin Cash, Dogecoin, Litecoin, Dash, etc also. See Demo1 (multiple coins) or Demo2 (Bitcoin only)
  • When you setup Cryptocoin Payment Box, you can enter the original amount in USD or in cryptocoins. The USD amount will be automatically converted to cryptocoin amount using today's LIVE cryptocurrency exchange rates (updated every 30 minutes) and the cryptocoin amount will be displayed in the payment box. For example, if you entered 20 USD, it will display 0.059 BTC in the payment box.
  • You will need to create an account on Poloniex.com or on Bitstamp.net (trading platforms)
  • Setup so that all your received payments are automatically forwarded from your GoUrl.io account to your account on Poloniex / Bitstamp (enter your Poloniex/Bitstamp coin wallet address in gourl payment box settings). And use the "autosell" feature (auto trade your cryptocoins to USD) on Poloniex/Bitstamp.
  • Using that functionality you don't need to worry if cryptocurrency prices go down or up. Within 1-2 hours after a cryptocoin payment has been received by you, your payment will be automatically converted to USD on Poloniex/Bitstamp and will be kept on your Poloniex/Bitstamp USD account.
  • Later you can withdraw your USD from Poloniex/Bitstamp to your own USA/UK/France/etc bank account

B. End User / Buyer Side

  • All your users will see GoUrl Payment Box on your webpage, and some users will use their coin wallets and make payments to you
  • In around 5 seconds after cryptocoin payment is made, user will see confirmation on your website page that payment is received (i.e. very fast)
  • Your website will automatically immediately receive current user id with full payment information from our payment server
  • The user will still be on your webpage and see that successful payment result, your script can automatically process payment and give user confirmation (for example, upgrading user membership or giving download link on your products, etc). All in automatic mode - no manual actions are needed
  • For user that payment procedure on your website will be looking very similar visually and compare with normal credit cards for its speed
  • No paperwork, no chargebacks, no monthly fee, low transaction fee (from 0%). Please note that during the next 30 minutes (after transaction is verified) payment will be automatically forwarded to your wallet address

Payment API List :

.

PHP Examples / Live Demo :

bitcoin-payment-gateway-asp.net's People

Contributors

cryptoapi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bitcoin-payment-gateway-asp.net's Issues

Hello

I was to make a payment for https://gourl.io/ovovi#a to access the script
The coin was ltc and it most be 0.0683502.
The fee was deducted so it changed the amount from 0.0683502 to 0.683002
This is the transaction id
https://blockchair.com/litecoin/transaction/c4ad5ce71defc674006bafe6f5230661f840cc9496021689caf558e4468280ca

The address is LbgHZzckhHB7yj79gA5pAHGM4r3CibJ38B

This is the screenshot of the image when i sent it
https://ibb.co/ZMGfzMY

Please what should i do thanks or did the transaction go through.

Help pls

Hello,
How to create forms for payment and receive these links? Next send to users.
I have a desktop application and after clicking pay, it will open a browser with a link to pay.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.