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%
Our Core API is extremely simple to integrate with as is, but there are also many client libraries available for Sift that make the process even easier. These libraries will help you send sift events and labels, as well as allowing you to get user's scores!
The Python client library is available either through pip or easy_install.
Python 2:
pip install sift
Python 3:
pip3 install sift
sudo easy_install sift
Check out the Python API docs, or head to the source on GitHub.
The Ruby client library is available either through RubyGems or Bundler.
gem install sift
If you are using Bundler, add this line to your Gemfile:
gem 'sift', '>= 2', '< 3'
Check out the Ruby 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-php" : "2.*" ... )
composer update
.To install the PHP client library with Composer:
require 'sift-php/lib/Services_JSON-1.0.3/JSON.php'; require 'sift-php/lib/SiftRequest.php'; require 'sift-php/lib/SiftResponse.php'; require 'sift-php/lib/SiftClient.php'; require 'sift-php/lib/Sift.php';
Check out the PHP API docs, or head to the source on GitHub.
The Java client library is available through Maven Central or manual Jar installation.
To use the Java client in a Maven project, put the following dependency into your pom.xml file.
<dependencies> ... <dependency> <groupId>com.siftscience</groupId> <artifactId>sift-java</artifactId> <version>3.16.0</version> </dependency> ... </dependencies>
To use the Java client in a Gradle project, put the following dependency into your build.gradle file.
dependencies { ... compile 'com.siftscience:sift-java:3.15.2' ... }
View the manual installation docs on GitHub.
Check out the Java 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.