Getting started
Register your App
Step 1: Install the SDK
1.1 Composer
composer require xact/sdkStep 2: Integration
$client = new Client('api_key');Step 3: WebHook Use Case
Example of Webhook Call
Last updated