Author

Topic: What is the best way to accept bitcoin on a asp.net website? (Read 123 times)

jr. member
Activity: 59
Merit: 5
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.
staff
Activity: 3500
Merit: 6152
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
jr. member
Activity: 59
Merit: 5
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.
Jump to: