Install Razorpay .NET SDK
Install the .NET server-side SDK to interact with Curlec APIs.
You can install the Razorpay .NET SDK and integrate it with your .NET-based website to accept payments, initiate refunds and do much more.
You must use .NET v4.5 or higher with TLS version 1.2. Using it with a lower .NET version will lead to
. Know more about the .The .NET Client API follows the below practices:
- Namespaced under
Razorpay.Api
. - The .NET client throws exceptions instead of returning errors.
- Options are passed as a Dictionary instead of multiple arguments, wherever possible.
- All requests and responses are communicated over JSON.
- Create a .
- Log in to the Curlec Dashboard and in test mode.
- Read about the integration .
Install Razorpay using either:
To install the SDK using NuGet Package Manager:
- from the releases section on GitHub.
-
and install it.
Handy Tips
The NuGet Package Manager only supports .NET 4.0 and higher. Ensure that you have the appropriate version of .NET installed.
-
Run the following command on the NuGet Package Manager:
Install-Package Razorpay -Version {version_number}
- Integrate with :
- Queries: If you have queries, mail us at .
- Feature Request: If you have a feature request, .
Is this integration guide useful?
.net
install .net
about
server
sdk