ShepaMerchant 1.6.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ShepaMerchant --version 1.6.0
NuGet\Install-Package ShepaMerchant -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShepaMerchant" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShepaMerchant --version 1.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ShepaMerchant, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ShepaMerchant as a Cake Addin #addin nuget:?package=ShepaMerchant&version=1.6.0 // Install ShepaMerchant as a Cake Tool #tool nuget:?package=ShepaMerchant&version=1.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Shepa Payment Gateway
How To User
1.get merchant pin from shepa.com
after registration and request for payment gateway, api code will send to your email, use it hear
2.install package
3.request for paymant to get token code
Use code blow to get token
ShepaMerchant.Merchant merchant = new ShepaMerchant.Merchant();
var data = merchant.requestToken("Your_Api_Code", Amount, "Call_back_Url", "Client_Mobile(optional)", "Client_Email(optional)", "Description_for_payment(optional)");
4.verify your payment
Use this code to verify your payment
ShepaMerchant.Merchant merchant = new ShepaMerchant.Merchant();
var responce = merchant.verifyPayment("Your_Api_Code", "Token", Amount);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.1 | 144 | 1/17/2024 |
1.8.0 | 106 | 1/17/2024 |
1.6.0 | 104 | 1/17/2024 |
1.5.0 | 107 | 1/17/2024 |
1.4.1 | 100 | 1/17/2024 |
1.3.1 | 473 | 6/21/2022 |
1.3.0 | 314 | 12/22/2021 |
1.2.3 | 434 | 10/24/2020 |
1.2.2 | 462 | 10/12/2020 |
1.2.1 | 455 | 10/12/2020 |
1.2.0 | 395 | 10/12/2020 |
1.1.0 | 408 | 10/12/2020 |
1.0.0.1 | 454 | 10/12/2020 |
1.0.0 | 473 | 10/12/2020 |
Add mechant for .Net 7