The Basis Theory .NET Sample App
The sample app performs the full lifecycle of a token. Example code can be found in the token API docs
Verify .NET is installed by running: dotnet --list-sdks
and verify an entry with version 5.*
is displayed
- Login to portal.basistheory.com
- Create a new
server_to_server
application with the following token permissions:token:general:read:high
token:general:create
- Copy and save the
API Key
for the newly created application
make token
The application will prompt you for your API Key
and if you want to tokenize from console input or a file.