SDKs
We provide and maintain official SDKs that make it straightforward to integrate Twikey into your applications and business systems. These SDKs offer a reliable, supported way to connect to the Twikey platform, enabling automated mandate management, payment handling, and event processing across different technologies. By using our SDKs, teams can integrate faster while staying aligned with the latest Twikey features and 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