ShepaMerchant 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ShepaMerchant --version 1.3.0
NuGet\Install-Package ShepaMerchant -Version 1.3.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.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShepaMerchant --version 1.3.0
#r "nuget: ShepaMerchant, 1.3.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.3.0

// Install ShepaMerchant as a Cake Tool
#tool nuget:?package=ShepaMerchant&version=1.3.0

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 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.

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 114 1/17/2024
1.8.0 83 1/17/2024
1.6.0 83 1/17/2024
1.5.0 87 1/17/2024
1.4.1 79 1/17/2024
1.3.1 460 6/21/2022
1.3.0 296 12/22/2021
1.2.3 415 10/24/2020
1.2.2 441 10/12/2020
1.2.1 434 10/12/2020
1.2.0 374 10/12/2020
1.1.0 388 10/12/2020
1.0.0.1 434 10/12/2020
1.0.0 451 10/12/2020

Summary of changes made in this release of the package.