Getting Started
This guide will walk you through how to start building with the Align API, from onboarding to your first payment flow.
1. Request API Access
2. Create a Customer
curl -X POST https://api.alignlabs.dev/v0/customers \
-H "Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "name@gmail.com",
"first_name": "John",
"last_name": "Doe",
"type": "individual"
}'3. Start KYC Verification
4. Complete Verification and Enable Payment Rails
5. Webhooks for Real-Time Updates
6. Developer Dashboard Access
That's It - You Are Ready to Build
Last updated
