Straddle Identity is a graph-defined identity engine that instantly verifies customers while detecting fraud patterns across hundreds of predictors. Built directly into the customer creation flow, Identity eliminates the complexity of managing separate KYC, AML, and fraud prevention systems—delivering 98% instant risk decisions without requiring selfies or manual reviews.

Why Identity Matters for Payments

Traditional payment systems treat identity verification as a compliance checkbox. Straddle takes a different approach: by solving identity first, we enable:
  • Instant onboarding: Sub-second verification decisions for 98% of legitimate users
  • Fraud prevention: Detect synthetic identities, account takeovers, and first-party fraud before they impact your platform
  • Regulatory compliance: Automated KYC/AML screening that exceeds Patriot Act and FinCEN requirements
  • Network intelligence: Leverage consortium data to identify risks invisible to single-provider solutions

How Straddle Identity Works

Every customer creation automatically triggers our comprehensive identity verification pipeline:
  1. Real-time verification against authoritative data sources
  2. Risk scoring using ML models trained on millions of outcomes
  3. Watchlist screening against global sanctions and PEP databases
  4. Continuous monitoring for changes in risk profile post-onboarding
All of this happens seamlessly through a single API call to create a customer.

Features

Synthetic identity fraud occurs when genuine information is merged with fabricated information to create a new synthetic identity. Businesses in the US are projected to lose $5.8B in 2024 to synthetic identity fraud.

People make payments

The first step to process a Straddle payment is to create a customer to represent an end-user and their information.
You can use Identity as the first step in a payment journey or as a standalone verification service.
A customer resource can represent either a person or a business. The customer resource helps manage payments, linked wallets, transaction history, identity verification, and payouts between your application and your users.

Creating a Customer

To create a customer and initiate identity verification, use the Create a Customer API endpoint:
POST /v1/customers

Reviewing Identity Verification Results

After creating a customer, you can review the identity validation results to assess risk and compliance. Use the Review a Customer’s Identity Validation Results endpoint:
GET /v1/customers/{id}/review
This endpoint provides:
Identity Validation Results
object

Integration with the Core Data Model

Identity verification is seamlessly integrated into the core customer data model. When you create or update a customer, identity verification processes are automatically triggered, ensuring real-time risk assessment and compliance checks. By incorporating identity verification into the customer lifecycle, Straddle enables you to:

Prevent Fraud

Detect fraudulent identities before processing payments.

Ensure Compliance

Meet KYC and AML regulatory requirements effortlessly.

Streamline Onboarding

Provide a smooth experience for legitimate users while mitigating risk.
For detailed information on customer management and identity verification, refer to the Customers API Reference.