Skip to content

ksher-solutions/payment_sdk_netcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

payment SDK netcore

Ksher will shut down the API connection via .vip.ksher.net. That make new register merchant will unable to use system over .vip.ksher.net.

Merchants are currently connected, Please change the API to connection http://api.ksher.net.

Ksher SDK .NET Core

Requirement

  • .NET Core 2.1 or higher

  • Ksher Payment API Account

  • 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

Nuget Packages

How to test

static string base_url = @"https://sandboxdoc.vip.ksher.net";
static string token = "your token";
  • run project

    • netcore command
    . dotnet run --project ksherpay
    • or run in Visual Studio.

About

ksher payment sdk dotnet core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages