Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 634 Bytes

File metadata and controls

25 lines (20 loc) · 634 Bytes

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