ShepaMerchant 1.2.3
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.2.3
NuGet\Install-Package ShepaMerchant -Version 1.2.3
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.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShepaMerchant --version 1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ShepaMerchant, 1.2.3"
#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.2.3 // Install ShepaMerchant as a Cake Tool #tool nuget:?package=ShepaMerchant&version=1.2.3
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 Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 10.0.1)
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 |
Summary of changes made in this release of the package.