Pages:
Author

Topic: BTC Payment integration to website (Read 1830 times)

hero member
Activity: 868
Merit: 503
January 26, 2017, 11:33:27 AM
#24
ill try those, i have experience with php, but this my first time with a javascript full stack framework, that shouldnt be a problem right?are there any nodejs package already implemented with any of these services??

Blockchain use RESTful API so you should be fine there and Blocktrail have support for nodejs so you are fine if you want to use this option too.

bitpay was nice and easy for someone that has no clue what they are doing, and you can create a POS.  we set this up for a client that needed real simple stuff
legendary
Activity: 1878
Merit: 1038
Telegram: https://t.me/eckmar
January 26, 2017, 11:30:47 AM
#23
ill try those, i have experience with php, but this my first time with a javascript full stack framework, that shouldnt be a problem right?are there any nodejs package already implemented with any of these services??

Blockchain use RESTful API so you should be fine there and Blocktrail have support for nodejs so you are fine if you want to use this option too.
hero member
Activity: 819
Merit: 500
January 26, 2017, 11:24:56 AM
#22
ill try those, i have experience with php, but this my first time with a javascript full stack framework, that shouldnt be a problem right?are there any nodejs package already implemented with any of these services??

It should be fine, as API supports RESTful JSON responses, so it should be fine for javascript full stack, and there is always a support incase you need it
sr. member
Activity: 378
Merit: 250
January 26, 2017, 11:19:46 AM
#21
ill try those, i have experience with php, but this my first time with a javascript full stack framework, that shouldnt be a problem right?are there any nodejs package already implemented with any of these services??
hero member
Activity: 819
Merit: 500
January 26, 2017, 07: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
legendary
Activity: 1878
Merit: 1038
Telegram: https://t.me/eckmar
January 26, 2017, 07: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
sr. member
Activity: 378
Merit: 250
January 25, 2017, 02: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??
hero member
Activity: 686
Merit: 502
February 27, 2016, 06: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.
hero member
Activity: 686
Merit: 502
February 27, 2016, 06: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.
sr. member
Activity: 364
Merit: 250
February 27, 2016, 04: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.
sr. member
Activity: 434
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
February 27, 2016, 11:35:53 AM
#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.
hero member
Activity: 714
Merit: 528
February 27, 2016, 11:20:18 AM
#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
hero member
Activity: 1162
Merit: 547
CryptoTalk.Org - Get Paid for every Post!
February 27, 2016, 06: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.
newbie
Activity: 13
Merit: 0
February 26, 2016, 11:07:21 PM
#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
sr. member
Activity: 406
Merit: 250
February 25, 2016, 08:21:51 AM
#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.
hero member
Activity: 714
Merit: 528
February 25, 2016, 06: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
member
Activity: 76
Merit: 10
February 25, 2016, 06: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.
-tK
newbie
Activity: 14
Merit: 0
February 24, 2016, 07: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.
hero member
Activity: 686
Merit: 502
February 24, 2016, 06: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
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
hero member
Activity: 896
Merit: 1005
February 24, 2016, 06: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
Pages:
Jump to: