Bitcoin Forum

Economy => Trading Discussion => Topic started by: farlack on October 22, 2012, 05:26:22 AM



Title: Bitcoin payment processor?
Post by: farlack on October 22, 2012, 05:26:22 AM
Hi, looking for a bitcoin payment processor, any open software ecommerse is fine, zen cart, presta shop, 3dcart etc.
I've been looking all night, and the only ones I can find are dead.

Thanks.


Title: Re: Bitcoin payment processor?
Post by: BitPay Business Solutions on October 22, 2012, 05:29:18 AM
Visit https://BitPay.com we have the broadest range of options in the world


Title: Re: Bitcoin payment processor?
Post by: farlack on October 22, 2012, 05:33:38 AM
Visit https://BitPay.com we have the broadest range of options in the world

Edit:
I do believe it was a different company, got confused.


Title: Re: Bitcoin payment processor?
Post by: Stephen Gornick on October 22, 2012, 05:38:16 AM
Hi, looking for a bitcoin payment processor, any open software ecommerse is fine, zen cart, presta shop, 3dcart etc.
I've been looking all night, and the only ones I can find are dead.

 - http://en.bitcoin.it/wiki/Category:Shopping_Cart_Interfaces

The OpenCart payment module is the latest to have been updated, I believe.


Title: Re: Bitcoin payment processor?
Post by: evoorhees on October 22, 2012, 05:44:48 AM

Paysius.com (http://Paysius.com)

Cart plugins: http://paysius.com/plugins (http://paysius.com/plugins)


Title: Re: Bitcoin payment processor?
Post by: farlack on October 22, 2012, 05:59:19 AM
Visit https://BitPay.com we have the broadest range of options in the world


Hi can you point me to the best working cart?

Thanks.


Title: Re: Bitcoin payment processor?
Post by: BitPay Business Solutions on October 22, 2012, 02:17:36 PM

Hi can you point me to the best working cart?


All of these work well:

https://bitpay.com/bitcoin-shopping-cart-plugins (https://bitpay.com/bitcoin-shopping-cart-plugins)


Title: Re: Bitcoin payment processor?
Post by: fluxist on October 22, 2012, 08:46:01 PM
Bitcoinblaster.com uses the Mt. Gox Merchant Extension (https://mtgox.com/merchant) plugin for the open source Magento shopping cart software.

I'm not sure how it compares to the other options mentioned, but it does the job.



Title: Re: Bitcoin payment processor?
Post by: farlack on October 23, 2012, 10:51:27 PM
I'm having trouble setting this up.
Has anyone used this before?

I'm using a host where I can automatically add the carts to my database/server I don't have to FTP upload them. I cant get these plugins to work, even when I upload using an FTP. I did the mtgox one, and I need API keys, or something.


Title: Re: Bitcoin payment processor?
Post by: fluxist on October 24, 2012, 12:25:09 AM
I'm having trouble setting this up.
Has anyone used this before?

I'm using a host where I can automatically add the carts to my database/server I don't have to FTP upload them. I cant get these plugins to work, even when I upload using an FTP. I did the mtgox one, and I need API keys, or something.

If you got the MtGox plugin successfully installed in Magento (you should see a "Bitcoin" option under System -> Configuration -> Payment Methods) then you'll need to enter your MtGox info there. You can get an API key by logging into MtGox and going to Security Center -> Advanced API Key Creation. It'll need Deposit and Merchant permissions.

The documentation was a little sparse and I had to code up my own currency import modules. But all's working.


Title: Re: Bitcoin payment processor?
Post by: michaelmclees on October 26, 2012, 01:41:50 PM
I'm having trouble setting this up.
Has anyone used this before?

I'm using a host where I can automatically add the carts to my database/server I don't have to FTP upload them. I cant get these plugins to work, even when I upload using an FTP. I did the mtgox one, and I need API keys, or something.

If you got the MtGox plugin successfully installed in Magento (you should see a "Bitcoin" option under System -> Configuration -> Payment Methods) then you'll need to enter your MtGox info there. You can get an API key by logging into MtGox and going to Security Center -> Advanced API Key Creation. It'll need Deposit and Merchant permissions.

The documentation was a little sparse and I had to code up my own currency import modules. But all's working.

Do you know how one could use Magento along with the Mt Gox merchange API system, where users can pay without being members of Mt Gox?


Title: Re: Bitcoin payment processor?
Post by: fluxist on October 27, 2012, 01:43:15 AM
I'm having trouble setting this up.
Has anyone used this before?

I'm using a host where I can automatically add the carts to my database/server I don't have to FTP upload them. I cant get these plugins to work, even when I upload using an FTP. I did the mtgox one, and I need API keys, or something.

If you got the MtGox plugin successfully installed in Magento (you should see a "Bitcoin" option under System -> Configuration -> Payment Methods) then you'll need to enter your MtGox info there. You can get an API key by logging into MtGox and going to Security Center -> Advanced API Key Creation. It'll need Deposit and Merchant permissions.

The documentation was a little sparse and I had to code up my own currency import modules. But all's working.

Do you know how one could use Magento along with the Mt Gox merchange API system, where users can pay without being members of Mt Gox?

The Mt Gox Magento plugin allows customers to pay without having Mt Gox accounts. Mt Gox simply handles the incoming bitcoins. However, if the customer does have a Mt Gox account then the bitcoins are credited to the vendor immediately, without having to wait for 6 blockchain confirmations.


Title: Re: Bitcoin payment processor?
Post by: michaelmclees on October 27, 2012, 02:16:57 AM
So if the purchaser doesn't have a Gox account, they will simply pay in BTC and then, assuming the autosell option is on, they will be sold for dollars after 6 confirms.  Do you know if the vendor already has enough BTC as a buffer in his Gox account, can the autosell happen instantly?  Example...

I have a Gox account with 20 BTC and a non-Gox buyer purchases a product for 10 BTC.  10 of my 20 BTC are sold and the 10 from the purchaser get credited to my account, meaning I have 10 BTC + 10 BTC with no confirms.  Is there any way to make this work if it doesn't work that way already?


Title: Re: Bitcoin payment processor?
Post by: fluxist on October 27, 2012, 03:16:16 AM
So if the purchaser doesn't have a Gox account, they will simply pay in BTC and then, assuming the autosell option is on, they will be sold for dollars after 6 confirms.  Do you know if the vendor already has enough BTC as a buffer in his Gox account, can the autosell happen instantly?  Example...

I have a Gox account with 20 BTC and a non-Gox buyer purchases a product for 10 BTC.  10 of my 20 BTC are sold and the 10 from the purchaser get credited to my account, meaning I have 10 BTC + 10 BTC with no confirms.  Is there any way to make this work if it doesn't work that way already?

That's a good question. I don't use the autosell feature so I'm not sure. Let me know if you get an answer! One of the reasons I haven't used the autosell is because I assumed that it'd have to wait for the 6 confirmations, so if there was a fire-sale due to falling valuation I could get stuck losing on each transaction.


Title: Re: Bitcoin payment processor?
Post by: michaelmclees on October 27, 2012, 04:06:36 PM
That's a good question. I don't use the autosell feature so I'm not sure. Let me know if you get an answer! One of the reasons I haven't used the autosell is because I assumed that it'd have to wait for the 6 confirmations, so if there was a fire-sale due to falling valuation I could get stuck losing on each transaction.

You'll be stuck anyway, unless I guess you manually sell your own buffer BTC's in an amount equally to what you received in your MtGox with 0 confirms.