Bitcoin Forum
May 21, 2024, 06:01:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: BTC Payment integration to website  (Read 1831 times)
apoorvlathey (OP)
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 547


CryptoTalk.Org - Get Paid for every Post!


View Profile WWW
February 23, 2016, 05:44:50 PM
 #1

Hi, I want to know the beat and easiest way to integrate Bitcoin payments to my site.
The basic layout of the site is:
User clicks on the payment button on the page > Gets redirected to the payment page > Transfers BTC to that address > Completes payment and get redirected to My Site > My Site gets input from Payment Site and then redirects to a URL that users can access only after the payment is done.

I want a payment system that sends an input to my website in the form of PHP input or <form> input.
Suggest some Free and easy to integrate sites.

-tK
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 23, 2016, 08:28:28 PM
 #2

With some twiddling, Bitpay will do the job perfectly for you.
VytautasK
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile WWW
February 23, 2016, 08:30:44 PM
 #3

You can try https://github.com/SpectroFinance/SpectroCoin-Merchant-PHP for SpectroCoin.com integration

30+ currencies, bank wires, credit cards supported
Cryptocurrency Exchange
Prepaid Card
Blockchain Wallet
Payment Processor
Amazon Vouchers
Mobile top-ups
24/7 Support
Available worldwide
apoorvlathey (OP)
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 547


CryptoTalk.Org - Get Paid for every Post!


View Profile WWW
February 24, 2016, 10:28:57 AM
 #4

With some twiddling, Bitpay will do the job perfectly for you.
Does it has any transaction fee/ merchant fee or anything of such sort ?

altcoinhosting
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1006


View Profile
February 24, 2016, 10:31:38 AM
 #5

install bitcoind and use an rpc call....  There's a php library to make life very easy for you Wink
you can also try it out on the testnet if you wish

icanscript
Hero Member
*****
Offline Offline

Activity: 686
Merit: 502



View Profile
February 24, 2016, 10:56:15 AM
 #6

Hi, I want to know the beat and easiest way to integrate Bitcoin payments to my site.
The basic layout of the site is:
User clicks on the payment button on the page > Gets redirected to the payment page > Transfers BTC to that address > Completes payment and get redirected to My Site > My Site gets input from Payment Site and then redirects to a URL that users can access only after the payment is done.

I want a payment system that sends an input to my website in the form of PHP input or <form> input.
Suggest some Free and easy to integrate sites.

I would suggest some payment forwarding solution with callback from someone like blockcypher, You would need a webdev to integrated it but it would be cheap and you would be able to granularly customise it how you wanted.

http://dev.blockcypher.com/#create-payment-endpoint
-tK
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 24, 2016, 11:45:18 AM
 #7

With some twiddling, Bitpay will do the job perfectly for you.
Does it has any transaction fee/ merchant fee or anything of such sort ?

I'm not entirely sure, but if I remember correctly, the free plan is free and the premium plan takes something like 3% of transactions. A tiny fee for a good service.
Sigals
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
February 25, 2016, 10:25:47 AM
 #8

I could certainly help you implement this into your site using PHP and https://blocktrail.com/api

PM me if you want to know more.

teddy5145
Hero Member
*****
Offline Offline

Activity: 714
Merit: 528


View Profile
February 25, 2016, 10:57:21 AM
 #9

With some twiddling, Bitpay will do the job perfectly for you.
Does it has any transaction fee/ merchant fee or anything of such sort ?
yep, you can find it here
https://bitpay.com/pricing
I would recommend bitpay as they are professional at this job and they will get the job done
All you had to do is add their API to your website and you're all set for payment Smiley
Though, you can always hire a coder to code a custom one for you for a price Tongue
choice is yours Wink
newcoins1978
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
February 25, 2016, 12:21:51 PM
 #10

There are plenty of API's; bitpay, coinpayments etc.
Question is how big is your budget?

If you want to do it good you need a bigger budget and you do it yourself (cut out the middle man).
Else you can low budget with open source and the available payment plugins for prestashop, magento and virtuemart.
dragon1245
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
February 27, 2016, 03:07:21 AM
 #11

i looked for something like this but never found anything which satisfied these requirements:
- you give it 1000 (or whatever) btc addresses
- when the customer decides to make the purchase one of the addresses is presented to him along with the exact amount
- if there is no transfer on the blockchain in 20 min the purchase expires and the address is marked as used
- if there is a transfer the order is marked a processing and, the address marked as used, and the customer given an order id with which to check the status of the order
- once there are 6 confirmations the order is marked as 'payment received' and you get an email with the order details
- once you ship it you enter the tracking code which the customer can se by checking his order
- if there is no complaint after 30 days everything is deleted as if the order never existed
- no exernal payment procesor
- no bitcoind needed on the server
apoorvlathey (OP)
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 547


CryptoTalk.Org - Get Paid for every Post!


View Profile WWW
February 27, 2016, 10:52:36 AM
 #12

I came to know about Coinbase Merchant tools which gives the payment button option with no fees. It also has a callback feature so that the website knows that the transaction is complete and proceeds further.
I would update, after i use its tools.

teddy5145
Hero Member
*****
Offline Offline

Activity: 714
Merit: 528


View Profile
February 27, 2016, 03:20:18 PM
 #13

-snip
Easier said than done
OP need to make his own code version of it along with bug testing that could take up to month
I'd rather use Bitpay and pay fee as low as 1% and having it processed automatically by them Roll Eyes
Oh, don't forget about security issues that could happen too Tongue
Not worth the cause in my opinion
Dekker3D
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
February 27, 2016, 03:35:53 PM
 #14

Blocktrail, bitpay, blockchain and gourl all have bitcoin payment apis that you could use. Not sure myself though which one is the best among them.

bitcoin-hunter
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
February 27, 2016, 08:45:32 PM
 #15

I would go for blockchain.info's API. You don't need to have the deamon running.
This way you can save money and resources on security and integration.

Or go with bitpay they got a neat API too.
icanscript
Hero Member
*****
Offline Offline

Activity: 686
Merit: 502



View Profile
February 27, 2016, 10:53:43 PM
 #16

I would go for blockchain.info's API. You don't need to have the deamon running.
This way you can save money and resources on security and integration.

Or go with bitpay they got a neat API too.

blockcypher API is sooooo much faster than blockchain API for forwarding, trust me.
icanscript
Hero Member
*****
Offline Offline

Activity: 686
Merit: 502



View Profile
February 27, 2016, 10:55:07 PM
 #17

i looked for something like this but never found anything which satisfied these requirements:
- you give it 1000 (or whatever) btc addresses
- when the customer decides to make the purchase one of the addresses is presented to him along with the exact amount
- if there is no transfer on the blockchain in 20 min the purchase expires and the address is marked as used
- if there is a transfer the order is marked a processing and, the address marked as used, and the customer given an order id with which to check the status of the order
- once there are 6 confirmations the order is marked as 'payment received' and you get an email with the order details
- once you ship it you enter the tracking code which the customer can se by checking his order
- if there is no complaint after 30 days everything is deleted as if the order never existed
- no exernal payment procesor
- no bitcoind needed on the server

Can be done. once again, with certain API's and callback files... maybe a cron in the back to delete the old orders.
freemanjackal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 25, 2017, 06:45:14 PM
 #18

i was searching in google and found this post, i am trying to develop a site with btc payments using a javascript framework, meteor or some other, so according to these posts i could use the api provvided by some web wallet sites like blockchain.info, blockcypher ... am i right?

which one would be the best? faster, safer??
eckmar
Legendary
*
Offline Offline

Activity: 1878
Merit: 1038


Telegram: https://t.me/eckmar


View Profile
January 26, 2017, 11:34:22 AM
 #19

i was searching in google and found this post, i am trying to develop a site with btc payments using a javascript framework, meteor or some other, so according to these posts i could use the api provvided by some web wallet sites like blockchain.info, blockcypher ... am i right?

which one would be the best? faster, safer??
I've personally used Blockchain.info and Blocktrail APIs. They are both good but i can say that blocktrail is much better for developing and got webhook integration which would be very usefull to you when receiving payments. If you don't want to bother just use some payment processor like BitPay
SpectroCoin_support
Hero Member
*****
Offline Offline

Activity: 819
Merit: 500



View Profile WWW
January 26, 2017, 11:35:15 AM
 #20

i was searching in google and found this post, i am trying to develop a site with btc payments using a javascript framework, meteor or some other, so according to these posts i could use the api provvided by some web wallet sites like blockchain.info, blockcypher ... am i right?

which one would be the best? faster, safer??

You can use SpectroCoin wallet API, for help during integration you can contact our integration support via skype: spectrocoin_merchant

30+ currencies, bank wires, credit cards supported
Cryptocurrency Exchange
Prepaid Card
Blockchain Wallet
Payment Processor
Amazon Vouchers
Mobile top-ups
24/7 Support
Available worldwide
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!