.NET Core
Ksher SDK .NET Core .NET Core Github SDK
#
Requirement.NET Core 2.1 or higher
Ksher Payment API Account
- Requesting sandbox account please contact ksher
API_URL
- Along with a sandbox accout, you will be receiving a API_URL in this format: s[UNIQUE_NAME].vip.ksher.net
API_TOKEN
- Log in into API_URL using given sandbox account and get the token. see How to get API Token
#
Nuget PackagesThis Ksher Nuget Packages build base by .NET Core 2.1, request minimum referenced by .NET implementation support
Please see Ksher Nuget Packages.
#
How to testInstall Ksher Nuget Packages or clone this project
If you use Visual Studio, please see Install and use a package in Visual Studio from Microsft.
If you install nuget by cmd, please check at dotnet nuget add source from Microsft.
or you can see full file inside "ksherpay" project by clone this project
Change configuration data to your sandbox
run project
- netcore command
- or run in Visual Studio.