Author

Topic: Payments from customers, how do I avoid the forwarding system? .025 BTC BOUNTY (Read 731 times)

legendary
Activity: 3472
Merit: 4801
It is your thread, you can lock the thread yourself.

Scroll all the way to the bottom.

In the lower left corner, you should see a "lock thread" link.

Click it.
sr. member
Activity: 378
Merit: 250
Nevermind they must have changed the minimum overnight because now its .001
Please delete/lock this thread.
sr. member
Activity: 378
Merit: 250
It looks like it does not send a callback unless the forwarding address is used.. so that does not work
sr. member
Activity: 378
Merit: 250
from using the PHP examples at https://github.com/blockchain/receive_payment_php_demo, I was able to create a payment system for my customers.  However, it is set up so that it creates a forwarding address first, and then forwards the Bitcoins to my main address..  I would like the funds to be sent directly to the main address instead.  The reason for this is the 0.2BTC minimum for using Blockchains payment forwarding system.  It's a great loss for business when this restriction is in place, as customers need to place orders that are almost $200 for it to work.  0.025 Bounty for the first solution that works.  Thanks.

Why don't you simply keep the address directly in index.php.

Code:
  Please send echo $price_in_btc ?> BTC to
[[address]]
.

I think it should solve the problem.

Will it still issue the callbacks though?  I guess I'm about to find out..
member
Activity: 112
Merit: 10
from using the PHP examples at https://github.com/blockchain/receive_payment_php_demo, I was able to create a payment system for my customers.  However, it is set up so that it creates a forwarding address first, and then forwards the Bitcoins to my main address..  I would like the funds to be sent directly to the main address instead.  The reason for this is the 0.2BTC minimum for using Blockchains payment forwarding system.  It's a great loss for business when this restriction is in place, as customers need to place orders that are almost $200 for it to work.  0.025 Bounty for the first solution that works.  Thanks.

Why don't you simply keep the address directly in index.php.

Code:
  Please send echo $price_in_btc ?> BTC to
[[address]]
.

I think it should solve the problem.
sr. member
Activity: 378
Merit: 250
Simply use coinbase's payment solutions, or butpay, and integrate that into your site. 

I would like to stick with blockchain because I already have it set up nicely..
newbie
Activity: 28
Merit: 0
Simply use coinbase's payment solutions, or butpay, and integrate that into your site. 
sr. member
Activity: 378
Merit: 250
from using the PHP examples at https://github.com/blockchain/receive_payment_php_demo, I was able to create a payment system for my customers.  However, it is set up so that it creates a forwarding address first, and then forwards the Bitcoins to my main address..  I would like the funds to be sent directly to the main address instead.  The reason for this is the 0.2BTC minimum for using Blockchains payment forwarding system.  It's a great loss for business when this restriction is in place, as customers need to place orders that are almost $200 for it to work.  0.025 Bounty for the first solution that works.  Thanks.
Jump to: