- Individual customers: Personal users with personal information
- Business customers: Companies with business information and beneficial owners
Key Terms
- KYC (Know Your Customer): Identity verification process required for compliance
- Endorsements: Approval for specific payment rails (USD, EUR, MXN)
- Terms of Service: Legal agreement customers must accept
Method 1: Using KYC Links (Quick Start - Recommended)
Bridge provides a hosted onboarding flows so you don’t have to build your own KYC UI. This is the fastest way to onboard customers.
1
Step 1: Create a KYC Link
Use the
/kyc_links
endpoint to generate links for TOS acceptance and KYC verificationRequest
Response
2
Step 2: Share the Links with Your Customer
Guide the user through:
- Visiting the
tos_link
and accepting terms of service - Completing identity verification via the
kyc_link
Method 2: Direct API Integration (More Control)
Prefer to control the onboarding UI? You can collect and submit customer data directly to Bridge.
1
Step 1: Create an Individual Customer Using API
Create U.S. based customer:
Request
2
Step 2: Customer Endorsements: Enabling Transacting
A customer endorsement activates a customer to use a specific payment rail. Most flows automatically request a “base” endorsement when creating a customer.Endorsements represent an approval of a customer to onboard and transact with Bridge. To onboard a customer and enable them to take actions on Bridge, the customer must provide their KYC information and accept the terms of service for the required endorsement type.
Checking Customer Endorsement Status
Request
Example of an approved customer
Response
Example of an incomplete customer
What’s next?
After creating your first customer:- Test the complete flow in your development environment
- Handle edge cases like rejections and additional requirements
- For detailed rejection reasons, see the Rejection Reasons
- To increase customer limits, see the Additional Requirements for Existing Customers
- Set up webhooks to receive real-time status updates for customers
- See Setting up webhooks for setting up your first webhook
- Review security practices to protect customer data