Bitcoin Forum

Economy => Web Wallets => Topic started by: BitcoinMalaysia.my on August 27, 2015, 03:24:55 PM



Title: Alternatives to Blockchain.info Receive Payment API
Post by: BitcoinMalaysia.my on August 27, 2015, 03:24:55 PM
Currently I am using blockchain.info receive payment API. I have a community based website. This website is only as a platform for users to transfer BTC to other users. The destination address is called from our database (the users keyed in their address in my website's form). I like the Blockchain's API very much but once a day my website surely get ban by Blockchain's cloudfare (due to high volume request). I find difficulties to get other API as the receiver address is dynamically changing for different users, so using merchant's API is not a good one.

Please share any other alternative similar to Blockchain.info receive payment API, I prefer paid with enterprise solution.


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: achow101 on August 27, 2015, 03:45:31 PM
Currently I am using blockchain.info receive payment API. I have a community based website. This website is only as a platform for users to transfer BTC to other users. The destination address is called from our database (the users keyed in their address in my website's form). I like the Blockchain's API very much but once a day my website surely get ban by Blockchain's cloudfare (due to high volume request). I find difficulties to get other API as the receiver address is dynamically changing for different users, so using merchant's API is not a good one.

Please share any other alternative similar to Blockchain.info receive payment API, I prefer paid with enterprise solution.
Why do you need an api if you are just pulling the address from a database and presenting it to users?


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: BitcoinMalaysia.my on August 27, 2015, 04:47:06 PM
Currently I am using blockchain.info receive payment API. I have a community based website. This website is only as a platform for users to transfer BTC to other users. The destination address is called from our database (the users keyed in their address in my website's form). I like the Blockchain's API very much but once a day my website surely get ban by Blockchain's cloudfare (due to high volume request). I find difficulties to get other API as the receiver address is dynamically changing for different users, so using merchant's API is not a good one.

Please share any other alternative similar to Blockchain.info receive payment API, I prefer paid with enterprise solution.
Why do you need an api if you are just pulling the address from a database and presenting it to users?

So that our system can verify the transaction is done.


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: achow101 on August 27, 2015, 04:55:12 PM
Currently I am using blockchain.info receive payment API. I have a community based website. This website is only as a platform for users to transfer BTC to other users. The destination address is called from our database (the users keyed in their address in my website's form). I like the Blockchain's API very much but once a day my website surely get ban by Blockchain's cloudfare (due to high volume request). I find difficulties to get other API as the receiver address is dynamically changing for different users, so using merchant's API is not a good one.

Please share any other alternative similar to Blockchain.info receive payment API, I prefer paid with enterprise solution.
Why do you need an api if you are just pulling the address from a database and presenting it to users?

So that our system can verify the transaction is done.
I think blocktrail has what you are looking for.


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: BitcoinMalaysia.my on August 27, 2015, 06:20:45 PM
I am looking at Blocktrail API now,
but I cant see anything similar to receive payment API by blockchain.info, can you enlighten me?


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: achow101 on August 27, 2015, 06:34:13 PM
I am looking at Blocktrail API now,
but I cant see anything similar to receive payment API by blockchain.info, can you enlighten me?
Yeah.. Looking at it a little more, it isn't very similar to blockchain.info's.


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: BitcoinMalaysia.my on August 27, 2015, 06:37:24 PM
I am looking at Blocktrail API now,
but I cant see anything similar to receive payment API by blockchain.info, can you enlighten me?
Yeah.. Looking at it a little more, it isn't very similar to blockchain.info's.

There's a lot of API I can use if I am to create wallet and addresses for my web users. But receive payment API allow me to check either payment sent from a user to another user despite we dont have any access to neither wallets. My developers dont have any experience using create wallet/address APIs and I am already running this website live with more than 20k users  :-[


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: achow101 on August 27, 2015, 06:42:22 PM
I am looking at Blocktrail API now,
but I cant see anything similar to receive payment API by blockchain.info, can you enlighten me?
Yeah.. Looking at it a little more, it isn't very similar to blockchain.info's.

There's a lot of API I can use if I am to create wallet and addresses for my web users. But receive payment API allow me to check either payment sent from a user to another user despite we dont have any access to neither wallets. My developers dont have any experience using create wallet/address APIs and I am already running this website live with more than 20k users  :-[
Try googling around for bitcoin payment forwarding api. I found that blockcypher and block.io may have what you need, but they require you to register an account and get a token for the api requests.


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: BitcoinMalaysia.my on August 27, 2015, 07:46:07 PM
I am looking at Blocktrail API now,
but I cant see anything similar to receive payment API by blockchain.info, can you enlighten me?
Yeah.. Looking at it a little more, it isn't very similar to blockchain.info's.

There's a lot of API I can use if I am to create wallet and addresses for my web users. But receive payment API allow me to check either payment sent from a user to another user despite we dont have any access to neither wallets. My developers dont have any experience using create wallet/address APIs and I am already running this website live with more than 20k users  :-[
Try googling around for bitcoin payment forwarding api. I found that blockcypher and block.io may have what you need, but they require you to register an account and get a token for the api requests.

Can you PM me your contact information?
I am looking for BTC developer.


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: achow101 on August 27, 2015, 08:06:45 PM
I am looking at Blocktrail API now,
but I cant see anything similar to receive payment API by blockchain.info, can you enlighten me?
Yeah.. Looking at it a little more, it isn't very similar to blockchain.info's.

There's a lot of API I can use if I am to create wallet and addresses for my web users. But receive payment API allow me to check either payment sent from a user to another user despite we dont have any access to neither wallets. My developers dont have any experience using create wallet/address APIs and I am already running this website live with more than 20k users  :-[
Try googling around for bitcoin payment forwarding api. I found that blockcypher and block.io may have what you need, but they require you to register an account and get a token for the api requests.

Can you PM me your contact information?
I am looking for BTC developer.
I may not be able to help you since my programming skills are limited to Java. What language are you using?


Title: Re: Alternatives to Blockchain.info Receive Payment API
Post by: BitcoinMalaysia.my on August 27, 2015, 08:10:58 PM
I am looking at Blocktrail API now,
but I cant see anything similar to receive payment API by blockchain.info, can you enlighten me?
Yeah.. Looking at it a little more, it isn't very similar to blockchain.info's.

There's a lot of API I can use if I am to create wallet and addresses for my web users. But receive payment API allow me to check either payment sent from a user to another user despite we dont have any access to neither wallets. My developers dont have any experience using create wallet/address APIs and I am already running this website live with more than 20k users  :-[
Try googling around for bitcoin payment forwarding api. I found that blockcypher and block.io may have what you need, but they require you to register an account and get a token for the api requests.

Can you PM me your contact information?
I am looking for BTC developer.
I may not be able to help you since my programming skills are limited to Java. What language are you using?

Currently using PHP, I am planning more project using BTC. If you're available to be hired, I am willing to pay.