SDKs
Twikey biedt en onderhoudt officiele SDKs die het eenvoudig maken om Twikey te integreren in applicaties en bedrijfssystemen. Deze SDKs bieden een betrouwbare, ondersteunde manier om verbinding te maken met het Twikey-platform, waardoor geautomatiseerd mandaatbeheer, betalingsverwerking en eventverwerking mogelijk worden in verschillende technologieen. Door gebruik te maken van de SDKs kan een team sneller integreren en tegelijkertijd afgestemd blijven op de nieuwste Twikey-functies en updates.
By default, the Twikey API Docs demonstrate API interaction using cUrl.
You can always select a specific language from the selection above.
# The easiest way to install the Twikey API client is with pip.
pip install twikey-api-python// By far the easiest way to install the Twikey API client is to require it with Composer.
$ composer require twikey/twikey-api-php// Using npm
$ npm install twikey-api-client
// or using yarn
$ yarn add twikey-api-client
// The easiest way to install the Twikey API client is with maven.
<dependency>
<groupId>com.twikey</groupId>
<artifactId>twikey-api-java</artifactId>
<version>{twikey.version}</version>
</dependency>// Using the .NET Core command-line interface (CLI) tools:
dotnet add package TwikeySDK
// Using the NuGet Command Line Interface (CLI):
nuget install TwikeySDK
// Using the Package Manager Console:
Install-Package TwikeySDK