Individual receivers are natural persons who can receive payouts. BlindPay supports two levels of KYC verification for individuals:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/blindpaylabs/blindpay-node/llms.txt
Use this file to discover all available pages before exploring further.
- Standard KYC: Basic verification with standard transaction limits
- Enhanced KYC: Advanced verification with higher transaction limits and additional compliance requirements
Create Individual with Standard KYC
Create an individual receiver with standard KYC verification.Required Parameters
Two-letter ISO country code of the receiver’s residence
Receiver’s email address
Optional Parameters
While technically optional in the API, many of these fields are required for successful KYC verification.Receiver’s legal first name
Receiver’s legal last name
Date of birth in YYYY-MM-DD format
Tax identification number (SSN for US, TIN, etc.)
Phone number in international format (e.g., +1-555-0100)
First line of street address
Second line of street address (apartment, suite, etc.)
City name
State, province, or region (use two-letter state codes for US)
Postal or ZIP code
Type of identification document:
"PASSPORT"- Passport"ID_CARD"- National ID card"DRIVERS"- Driver’s license
Two-letter ISO country code of the document-issuing country
File ID or URL of the front of the ID document
File ID or URL of the back of the ID document (required for ID cards and driver’s licenses)
Type of proof of address document:
"UTILITY_BILL"- Utility bill"BANK_STATEMENT"- Bank statement"RENTAL_AGREEMENT"- Lease or rental agreement"TAX_DOCUMENT"- Tax document"GOVERNMENT_CORRESPONDENCE"- Official government letter
File ID or URL of the proof of address document (must be dated within last 3 months)
File ID or URL of a selfie photo for identity verification
Purpose of the account:
"charitable_donations"- Charitable donations"ecommerce_retail_payments"- E-commerce/retail payments"investment_purposes"- Investment purposes"business_expenses"- Business expenses"payments_to_friends_or_family_abroad"- Payments to friends/family abroad"personal_or_living_expenses"- Personal or living expenses"protect_wealth"- Wealth protection"purchase_goods_and_services"- Purchase goods and services"receive_payments_for_goods_and_services"- Receive payments for goods/services"tax_optimization"- Tax optimization"third_party_money_transmission"- Third-party money transmission"payroll"- Payroll"treasury_management"- Treasury management"other"- Other purpose
Type of source of funds:
"business_income"- Business income"gambling_proceeds"- Gambling proceeds"gifts"- Gifts"government_benefits"- Government benefits"inheritance"- Inheritance"investment_loans"- Investment/loans"pension_retirement"- Pension/retirement"salary"- Salary"sale_of_assets_real_estate"- Sale of assets/real estate"savings"- Savings"esops"- ESOPs"investment_proceeds"- Investment proceeds"someone_else_funds"- Someone else’s funds
File ID or URL of supporting documentation for source of funds
Source of accumulated wealth:
"business_dividends_or_profits"- Business dividends or profits"investments"- Investments"asset_sales"- Asset sales"client_investor_contributions"- Client/investor contributions"gambling"- Gambling"charitable_contributions"- Charitable contributions"inheritance"- Inheritance"affiliate_or_royalty_income"- Affiliate or royalty income
Your internal identifier for this receiver
URL to a profile image for this receiver
IP address from which the receiver is signing up
ID of the terms of service accepted by the receiver
Response
Unique identifier for the created individual receiver
Create Individual with Enhanced KYC
Create an individual receiver with enhanced KYC verification for higher transaction limits.Required Parameters
Two-letter ISO country code of the receiver’s residence
Receiver’s email address
Optional Parameters
Enhanced KYC accepts the same parameters as Standard KYC, plus additional fields:Primary purpose of transactions (enhanced KYC only):
"business_transactions"- Business transactions"charitable_donations"- Charitable donations"investment_purposes"- Investment purposes"payments_to_friends_or_family_abroad"- Payments to friends/family abroad"personal_or_living_expenses"- Personal or living expenses"protect_wealth"- Protect wealth"purchase_good_and_services"- Purchase goods and services"receive_payment_for_freelancing"- Receive payment for freelancing"receive_salary"- Receive salary"other"- Other purpose (requires explanation)
Required if
purpose_of_transactions is "other". Explain the purpose of transactions.Response
Unique identifier for the created individual receiver
KYC Status and Verification
After creating an individual receiver, the KYC verification process begins automatically. You can check the verification status by retrieving the receiver:kyc_status field indicates the current verification state, and kyc_warnings contains any issues that need to be resolved.
Document Requirements
Standard KYC Documents
- Government-issued ID: Front and back (if applicable) of passport, national ID card, or driver’s license
- Proof of Address: Recent utility bill, bank statement, rental agreement, tax document, or government correspondence (must be dated within 3 months)
- Selfie: Optional but recommended for faster verification
Enhanced KYC Additional Documents
In addition to Standard KYC documents:- Source of Funds Documentation: Pay stubs, investment statements, business income records, etc.
- Purpose of Transactions: Detailed explanation of how the account will be used
Transaction Limits
- Standard KYC: Lower transaction limits suitable for personal use
- Enhanced KYC: Higher transaction limits for business use or high-value transactions
requestLimitIncrease method with supporting documentation.