Bitcoin Forum
September 27, 2018, 11:17:02 PM *
News: ♦♦ New info! Bitcoin Core users absolutely must upgrade to previously-announced 0.16.3 [Torrent]. All Bitcoin users should temporarily trust confirmations slightly less. More info.
 
   Home   Help Search Donate Login Register  
Pages: [1]
  Print  
Author Topic: Alternatives to Blockchain.info Receive Payment API  (Read 1483 times)
BitcoinMalaysia.my
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
August 27, 2015, 03:24:55 PM
 #1

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.
1538090222
Hero Member
*
Offline Offline

Posts: 1538090222

View Profile Personal Message (Offline)

Ignore
1538090222
Reply with quote  #2

1538090222
Report to moderator
Make a difference with your Ether.
Donate Ether for the greater good.
SPRING.WETRUST.IO
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
achow101
Staff
Legendary
*
Offline Offline

Activity: 1540
Merit: 1659


3F1Y9yquzvY6RWvKbw2n2zeo9V5mvBhADU


View Profile WWW
August 27, 2015, 03:45:31 PM
 #2

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?

BitcoinMalaysia.my
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
August 27, 2015, 04:47:06 PM
 #3

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.
achow101
Staff
Legendary
*
Offline Offline

Activity: 1540
Merit: 1659


3F1Y9yquzvY6RWvKbw2n2zeo9V5mvBhADU


View Profile WWW
August 27, 2015, 04:55:12 PM
 #4

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.

BitcoinMalaysia.my
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
August 27, 2015, 06:20:45 PM
 #5

I am looking at Blocktrail API now,
but I cant see anything similar to receive payment API by blockchain.info, can you enlighten me?
achow101
Staff
Legendary
*
Offline Offline

Activity: 1540
Merit: 1659


3F1Y9yquzvY6RWvKbw2n2zeo9V5mvBhADU


View Profile WWW
August 27, 2015, 06:34:13 PM
 #6

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.

BitcoinMalaysia.my
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
August 27, 2015, 06:37:24 PM
 #7

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  Embarrassed
achow101
Staff
Legendary
*
Offline Offline

Activity: 1540
Merit: 1659


3F1Y9yquzvY6RWvKbw2n2zeo9V5mvBhADU


View Profile WWW
August 27, 2015, 06:42:22 PM
 #8

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  Embarrassed
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.

BitcoinMalaysia.my
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
August 27, 2015, 07:46:07 PM
 #9

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  Embarrassed
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.
achow101
Staff
Legendary
*
Offline Offline

Activity: 1540
Merit: 1659


3F1Y9yquzvY6RWvKbw2n2zeo9V5mvBhADU


View Profile WWW
August 27, 2015, 08:06:45 PM
 #10

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  Embarrassed
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?

BitcoinMalaysia.my
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
August 27, 2015, 08:10:58 PM
 #11

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  Embarrassed
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.
Pages: [1]
  Print  
 
Jump to:  

Sponsored by , a Bitcoin-accepting VPN.
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!