C# SDK

The C# SDK includes two controllers, AccountLinkingController and PurchaseController that should be extended and served in two different endpoints. The AccountLinkingController supports the account linking API call and the PurchaseController supports API calls for purchase and subscription fulfillment. Also, both controllers need to implement the CredentialStore object with a valid key, which can be found during the profile configuration in the developer portal.

The SDK can be found on GitHub