You must Sign In to post a response.
  • Category: ASP.NET

    How to Integrate BitPay Api with our website in c#.net?

    Dear Friends,

    How to integrate bitpay payment method with asp.net website?
  • #768134
    Hi Ram,

    I think you can use NuGet package for integrating bitpay(bitcoin) with your website.
    Hope you developing using MVC framework.

    So just install the BitPay from NuGet.

    Install-Package BitPay


    Once installing that and added the reference in the file you can use the Bitpay concept in your code implementation as you like,


    BitPay bitpay = new BitPay("PaymentDetails");

    Thanks,
    Mani

  • #768135
    I am developing using asp.net not MVC , i have used payment buttons i have this error when i pay the bitcoins using coinbase wallet

    "Token key is not valid"

  • #768136
    Is there any testing option like sandbox in paypal if it has please give me clear steps that how can we develop testing module and how to pay using testing wallet please give me if you have any testing wallet or how to create it.


  • Sign In to post your comments