Jump to content

Bitcoin Payment Gateway


Recommended Posts

  • Replies 78
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 3 months later...
Why does it ask to send money to:

/https://blockchain.info/address/16yKBeC7u2Vm2cBjLVFvTnevqGMSt6

 

[/b]When I activated this as a test with a different Blockchain Address?

 

A unique address is generated by Blockchain.info for each transaction. Once the payment is received to that address, Blockchain.info notifies WHMCS of the payment completion and then relays the money to the address you specified.

Link to comment
Share on other sites

  • 4 weeks later...

I installed, I put in my Bitcoin Address that I have at blockchain.info and I tested an order. There are 2 problems:

 

1) It doesn't take me directly to payment gateway, it sets at Please wait while you are redirected to the gateway you chose to make payment...

2) Below Please wait while you are redirected to the gateway you chose to make payment... the Bitcoin Address is not the my Bitcoin Address I put in the configuration.

 

 

John Cheshier

Link to comment
Share on other sites

Ok, then what about:

 

1) It doesn't take me directly to payment gateway, it sets at Please wait while you are redirected to the gateway you chose to make payment...

 

Is it suppose to take the Member to blockchain.info to make a payment like PayPal?

 

John Cheshier

 

No, the page that has the Bitcoin address is the "payment gateway".

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 weeks later...

Error "We're sorry, but you cannot use Bitcoin to pay for this transaction at this time." after upgrade to Version: 5.3.3 ,

 

fail on

 

$response = json_decode($response);

if(!$response->input_address) {

return "We're sorry, but you cannot use Bitcoin to pay for this transaction at this time.";

}

 

Any idea to fix this?

Link to comment
Share on other sites

Warning: this can introduce security issues that SSL is designed to protect against.

But a really simple fix that worked for me was to call:

 

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

 

before calling:

line 50: $response = curl_exec($ch);

in the blockchain.php file.

Link to comment
Share on other sites

Thanks for taking the time to create this great module.

 

I've running into a problem with WHMCS version 5.3.3 during checkout when your select the blockchain payment gateway I get the following error "We're sorry, but you cannot use Bitcoin to pay for this transaction at this time."

 

Should we wait for an update?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated