Bitcoin Forum

Bitcoin => Project Development => Topic started by: deppcyan on March 27, 2017, 09:38:50 AM



Title: Any suggest payment solution
Post by: deppcyan on March 27, 2017, 09:38:50 AM
I want to develop an bitcoin trade project. Any suggest what can I use payment solution?
I don't want to code so many payment gateway. I don't have any licence, have any solution not must need licence?

Thanks


Title: Re: Any suggest payment solution
Post by: Joel_Jantsen on March 27, 2017, 07:58:20 PM
I want to develop an bitcoin trade project. Any suggest what can I use payment solution?
I don't want to code so many payment gateway. I don't have any licence, have any solution not must need licence?

Thanks
It depends how you got your website developed.If your website is based of wordpress,I'm sure they have lot of plugins which you can use for processing bitcoin payments.
If not wordpress,you can use third party libraries like https://bitpay.com/bitcoin-payment-gateway-api
Here's a detailed tutorial for you : https://code.tutsplus.com/tutorials/adding-bitcoin-payment-processing-to-your-website--net-33098

Not that difficult if you're a skilled googler.


Title: Re: Any suggest payment solution
Post by: animalroam on March 27, 2017, 09:27:00 PM
As Joel_Jantsen suggested, I would look at the Wordpress plugins if you're using an ecommerce template. If not, you can use a third-party service, but I would personally learn or hire a person that knows the Blockchain API so they can easily get it set up for you.


Title: Re: Any suggest payment solution
Post by: deppcyan on March 28, 2017, 02:51:08 AM
I want to develop an bitcoin trade project. Any suggest what can I use payment solution?
I don't want to code so many payment gateway. I don't have any licence, have any solution not must need licence?

Thanks
It depends how you got your website developed.If your website is based of wordpress,I'm sure they have lot of plugins which you can use for processing bitcoin payments.
If not wordpress,you can use third party libraries like https://bitpay.com/bitcoin-payment-gateway-api
Here's a detailed tutorial for you : https://code.tutsplus.com/tutorials/adding-bitcoin-payment-processing-to-your-website--net-33098

Not that difficult if you're a skilled googler.


Thanks a lot for your answer.
My project not only use bitcoin to deposit and withdraw, but also use other ways such as Skrill, Neteller etc.
Is there any other third party libraries integrate these? So I can do without process so many payment gateway API.


Title: Re: Any suggest payment solution
Post by: Quartx on March 28, 2017, 02:54:28 AM

Thanks a lot for your answer.
My project not only use bitcoin to deposit and withdraw, but also use other ways such as Skrill, Neteller etc.
Is there any other third party libraries integrate these? So I can do without process so many payment gateway API.


Have you seen others accepting multiple types of payments too like humble bundle or microsoft or steam?

Usually these days Stripe would be used for ccs/ debit cards, Paypal or well paypal and or credit/debit payments. Bitpay/Coinbase/3rdparty bitcoin processor for bitcoins or altcoin payments.

You would pretty much have at least 3 for the types of payments you want to accept, it is normal.




Title: Re: Any suggest payment solution
Post by: BitcoinNewsMagazine on March 28, 2017, 03:59:58 AM
I want to develop an bitcoin trade project. Any suggest what can I use payment solution?
I don't want to code so many payment gateway. I don't have any licence, have any solution not must need licence?

Thanks

Using WooCommerce with Wordpress should give you all the payment options you need for an online shop.