Secure your business from login to chargeback
Stop fraud, break down data silos, and lower friction with Sift.
- Achieve up to 285% ROI
- Increase user acceptance rates up to 99%
- Drop time spent on manual review up to 80%
We try to keep our Partner API as simple as possible, but there are also many client libraries available for Sift that make using it even easier. These libraries will help you create accounts on behalf of your customers if you are a platform or developer agency!
Are you using our Core API? Check out our Core API client libraries instead!
The Python partner API library is available either through pip or easy_install.
Python 2:
pip install siftpartner
Python 3:
pip3 install siftpartner
sudo easy_install siftpartner
Check out the Partner API docs, or head to the source on GitHub.
The Ruby client library is available either through RubyGems or Bundler.
gem install sift-partner
If you are using Bundler, add this line to your Gemfile:
gem 'sift-partner', :git => 'https://github.com/SiftScience/sift-partner-ruby'
Check out the Partner API docs, or head to the source on GitHub.
The PHP client library is available either through Composer or by manually including it in your project.
To install the PHP client library with Composer:
"require": { ... "siftscience/sift-partner-php" : "1.*" ... )
composer update
.To install the PHP client library with Composer:
require 'sift-partner-php/lib/Services_JSON-1.0.3/JSON.php'; require 'sift-partner-php/lib/SiftRequest.php'; require 'sift-partner-php/lib/SiftResponse.php'; require 'sift-partner-php/lib/SiftClient.php'; require 'sift-partner-php/lib/Sift.php';
Check out the Partner API docs, or head to the source on GitHub.
Stop fraud, break down data silos, and lower friction with Sift.
Stop fraud, break down data silos, and lower friction with Sift.