Skip to main content

.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

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.