Bitcoin Forum

Bitcoin => Project Development => Topic started by: mcplums on October 19, 2015, 07:21:22 PM



Title: Good non-US Receive Payments API?
Post by: mcplums on October 19, 2015, 07:21:22 PM
Hello chaps,

I'm creating an esports gambling website using bitcoin. I need an API to enable me to receive payments, but I don't want to use a US one so I don't get sued. I intend to IP block all US addresses.

The only one I know of is the blockchain.info API which I already tried. It was easy to set up but unfortunately in practice seems to be quite shit, I often wait many hours after payment before receiving a callback. This is completely unacceptable.

Also... is it possible to receive bitcoin payments without an API at all? All I need my site to do is forward all payments to the same address (presumably via a random address given to the customer) and then I need to know when the payments gets confirmed.


Title: Re: Good non-US Receive Payments API?
Post by: TheGr33k on October 19, 2015, 07:22:35 PM
Hello chaps,

I'm creating an esports gambling website using bitcoin. I need an API to enable me to receive payments, but I don't want to use a US one so I don't get sued. I intend to IP block all US addresses.

The only one I know of is the blockchain.info API which I already tried. It was easy to set up but unfortunately in practice seems to be quite shit, I often wait many hours after payment before receiving a callback. This is completely unacceptable.

Also... is it possible to receive bitcoin payments without an API at all? All I need my site to do is forward all payments to the same address (presumably via a random address given to the customer) and then I need to know when the payments gets confirmed.

In theory you can just implement bitcoin core API and program it yourself.


Title: Re: Good non-US Receive Payments API?
Post by: achow101 on October 19, 2015, 07:25:44 PM
blocktrail has a payments forwarding api: https://www.blocktrail.com/api/docs#payments_overview and so does blockcypher: http://dev.blockcypher.com/#payment-forwarding


Title: Re: Good non-US Receive Payments API?
Post by: btc_enigma on October 21, 2015, 01:46:49 PM
Blockonomics provides websocket notifications for payment, you could use that https://blockonomics.co/views/api.html