Bitcoin Forum

Economy => Service Discussion => Topic started by: boulderchain on July 15, 2018, 04:37:53 PM



Title: What is the best way to accept bitcoin on a asp.net website?
Post by: boulderchain on July 15, 2018, 04:37:53 PM
Which plugins can you recommend to integrate bitcoin (and altcoin) payments on your asp.net website? Are there any plugins available?

I would like to have a dedicated address for each payment and don't want (if possible) to implement the logic by myself.


Title: Re: What is the best way to accept bitcoin on a asp.net website?
Post by: OmegaStarScream on July 15, 2018, 05:45:39 PM
You could use CoinPayments API for that: https://github.com/rockstardev/CoinpaymentsApi .

If you want to use something with a solid development progress, and the ability to host everything yourself where you don't have to pay fees, SegWit supported, Lightning coming etc. I really recommend BTCPayServer: https://github.com/btcpayserver/btcpayserver


Title: Re: What is the best way to accept bitcoin on a asp.net website?
Post by: boulderchain on July 16, 2018, 03:49:28 PM
You could use CoinPayments API for that: https://github.com/rockstardev/CoinpaymentsApi .

If you want to use something with a solid development progress, and the ability to host everything yourself where you don't have to pay fees, SegWit supported, Lightning coming etc. I really recommend BTCPayServer: https://github.com/btcpayserver/btcpayserver

Thank you, looks good.

I will test out btcpayserver. It seems that they have a well written documentation and provide a test environment.