Author

Topic: Website Payment Intergation - What to Use? (Read 940 times)

full member
Activity: 211
Merit: 100
1ACEGiLZnZoG7KUNkMwAT8tBuJ6jsrwj5Q
April 20, 2014, 03:15:06 PM
#12
Were there any improvements over the last weeks on blockchain api? are those problems mitigated already or still the same?
hero member
Activity: 714
Merit: 500
NEED CRYPTO CODER? COIN DEVELOPER? PM US FOR HELP!
OK you can certainly pick up anyone you would like after all its your website so here is my first priority for you which is bitpay.com
i think its the best second will be what you are discussing blockchain.info  receiving payments API. Also sear the forum if iam not mistaken i've see an announcement in the services section a newly introduced payment gateway for bitcoin was being introduced and sound promising.  Smiley
newbie
Activity: 56
Merit: 0
After some research i am inclined to use blockchain.info API and http://blockr.io API

So far the only problem of blockchain.info are delays, so I was thinking to run a perpetual loop and query txn from http://blockr.io API to track customer payments. Then when blockchain.info callback arrives finally this will be like a second confirmation

I don't want to run my own bitcoin server because people are getting hacked...

am i doing it right?
ideas anybody?

newbie
Activity: 56
Merit: 0
but looks like you will have to keep all your customers' wallets on the server, because bitcoin core does not support watch only wallets. Kinda strange, because if you have all blockchain why not to allow to peek at a wallet balance like block explorer or blockchain.info does? I want to be able to notify a user immediately of his payment, I don't care if he double-spend, I can deal with it later

I was thinking to have user's wallets as cold and just watch them, but now I am rethinking...

full member
Activity: 211
Merit: 100
1ACEGiLZnZoG7KUNkMwAT8tBuJ6jsrwj5Q
so, i see that the best option for someone like me who has a powerfull linux dedicated server is to run the bitcoind. am I right?
newbie
Activity: 56
Merit: 0
Blockchain.info receiving API has been two weeks of total disaster. Few hours to few days delays.

I am looking at alternatives currently and thinking to run my own server with bitcoind

currently stuck with running on Windows Server 2012 x64 see my other post
sr. member
Activity: 434
Merit: 250
i read that on last weeks / months blockchain receive API has being very slow, usually taking more than 1 hour to give the callback.

Anyone has experienced this?

Yes I've experienced across 2 sites of mine that implement it. It's annoying when it happens, and sometimes it lasts longer than 1 hour. It's not perfect, but for a free service which is easy to integrate, it's not bad.
legendary
Activity: 2053
Merit: 1356
aka tonikt
blockchain info API is very easy to use, but I don't think it is secured enough - mtgox merchant API had a better security.
I mean: except for the fact that the money was going into mtgox block hole Smiley

anyway, the best API I can think of (which I don't think exists yet, at least not for free) should be based on public key cryptography validating the 'payment received' callbacks.
blockchain info (for all I know) uses a fixed authentication token, same one for everything - that's just a disaster waiting to happen, if you'd want to use it for a serious stuff.
full member
Activity: 211
Merit: 100
1ACEGiLZnZoG7KUNkMwAT8tBuJ6jsrwj5Q
i read that on last weeks / months blockchain receive API has being very slow, usually taking more than 1 hour to give the callback.

Anyone has experienced this?
full member
Activity: 211
Merit: 100
1ACEGiLZnZoG7KUNkMwAT8tBuJ6jsrwj5Q
thank you. yes that was also my first option, just wanted to clarify that i wasn't missing anything.
sr. member
Activity: 434
Merit: 250
Hello.

I am developing a bitcoin related website and now we finally reach the payments part.
Users should be given with a single address assossiated to that account, and when an amount enters that address, the user balance is credited with that respective amount (on database)

Funds should also be immediatelly (or a frequent routine collecting all addresses..) transfered to a cold wallet to be securelly stored.

I have seen a similar service (free) being offered by both blockchain and also coinbase, it seems that they both have very developing material.

What do you recommend? Thanks

It seems, based off what you've said that blockchain.info's receive payments api would be the one for you. Addresses are generated on the fly, and then sent to any forwarding address you provide (ideal for instant transfer to a cold wallet).
full member
Activity: 211
Merit: 100
1ACEGiLZnZoG7KUNkMwAT8tBuJ6jsrwj5Q
Hello.

I am developing a bitcoin related website and now we finally reach the payments part.
Users should be given with a single address assossiated to that account, and when an amount enters that address, the user balance is credited with that respective amount (on database)

Funds should also be immediatelly (or a frequent routine collecting all addresses..) transfered to a cold wallet to be securelly stored.

I have seen a similar service (free) being offered by both blockchain and also coinbase, it seems that they both have very developing material.

What do you recommend? Thanks
Jump to: