Verification Flow
Customer Types
Grid supports two types of customer verification:Customer Type | Verification Requirements |
---|---|
Individual (KYC) | • Personal identification • Address verification • Basic information collection |
Business (KYB) | • Business registration • Beneficial ownership • Business address verification |
Important Notes
- KYC verification is required for fiat payment rails
- The verification link expires after 24 hours
- Verification typically takes 1-3 business days
- You can check status using the returned KYC ID
Authorizations
API key authentication with Bearer token. Include the API key in the Authorization header as 'Bearer YOUR_API_KEY'
Environment identifier for the Grid API. Use 'sandbox' for testing on devnet or 'production' for production on mainnet.
Path Parameters
Account address
Example:
"11111111111111111111111111111112"
Body
application/json
Grid user identifier
Customer type for KYC verification
Available options:
individual
, business
Customer email address
Customer full name
Payment rails to endorse
Optional redirect URI after KYC completion