Skip to content

segios/Poynt.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poynt.NET

.NET Wrapper for Poynt API

Config is loading from a file "poynt.configuration\poyntClientSDKConfig.json" Folder "poynt.configuration" should contain PEM file with your app's keys.

Config sample "poyntClientSDKConfig.json"

{
"businessId": "11111111-1111-1111-111-111111111111",
  "clientConfigs": {
    "test": {
      "name": "test",
      "appId": "urn:aid:11111111-1111-1111-111-111111111111",
      "keyFile": "test_urn_aid_11111111-1111-1111-111-111111111111_publicprivatekey.pem",
      "secret": "|B?LVZQAVl7Z:L5yHCT9",
      "isActive": true
    }
  }
}

// 'secret' is used to setup webhooks secret

About

A .NET Wrapper for Poynt REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages