Code Samples

We currently have a single sample of an application, written in C#. We may add more over time

C# Sample Application

A console application which obtains a token and gets accounts and transactions.

Note, you need to put your Client ID, Client Secret and Subscription Key into the appsettings.json for the application to work. If you get 401 errors when getting a token, please check that the Client ID and Client Secret have been copied exactly

Get Code