ShepaMerchant 1.8.1

dotnet add package ShepaMerchant --version 1.8.1
NuGet\Install-Package ShepaMerchant -Version 1.8.1
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.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShepaMerchant --version 1.8.1
#r "nuget: ShepaMerchant, 1.8.1"
#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.8.1

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

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 net8.0 is compatible.  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.

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 109 1/17/2024
1.8.0 81 1/17/2024
1.6.0 80 1/17/2024
1.5.0 84 1/17/2024
1.4.1 76 1/17/2024
1.3.1 459 6/21/2022
1.3.0 295 12/22/2021
1.2.3 414 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 387 10/12/2020
1.0.0.1 433 10/12/2020
1.0.0 451 10/12/2020

Add mechant for .Net 8 and add readme.md