Receivers represent individuals or businesses who receive funds through the BlindPay platform. Each receiver must complete KYC/KYB verification before they can receive payouts.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.
List Receivers
Retrieve all receivers for your instance.Response
Array of receiver objects (individual or business)
Get Receiver
Retrieve a specific receiver by ID.Parameters
The unique identifier of the receiver to retrieve
Response
Returns a receiver object (individual or business) with the same structure as shown in the List Receivers response.Update Receiver
Update an existing receiver’s information.Parameters
The unique identifier of the receiver to update
Updated email address
Updated phone number
Updated first line of address
Updated second line of address
Updated city
Updated state, province, or region
Updated two-letter ISO country code
Updated postal or ZIP code
Purpose of account. Options:
"charitable_donations", "ecommerce_retail_payments", "investment_purposes", "business_expenses", "payments_to_friends_or_family_abroad", "personal_or_living_expenses", "protect_wealth", "purchase_goods_and_services", "receive_payments_for_goods_and_services", "tax_optimization", "third_party_money_transmission", "payroll", "treasury_management", "other"Your internal identifier for this receiver
URL to profile image or logo
IP address to associate with this receiver
ID of terms of service accepted by receiver
Individual-specific fields
Updated first name (individuals only)
Updated last name (individuals only)
Updated date of birth in YYYY-MM-DD format (individuals only)
Updated tax ID (SSN, TIN, etc.)
Type of ID:
"PASSPORT", "ID_CARD", or "DRIVERS"Country code of ID document issuing country
Updated front of ID document
Updated back of ID document
Type of proof of address:
"UTILITY_BILL", "BANK_STATEMENT", "RENTAL_AGREEMENT", "TAX_DOCUMENT", or "GOVERNMENT_CORRESPONDENCE"Updated proof of address document
Updated selfie photo for verification
Purpose of transactions (enhanced KYC only):
"business_transactions", "charitable_donations", "investment_purposes", "payments_to_friends_or_family_abroad", "personal_or_living_expenses", "protect_wealth", "purchase_good_and_services", "receive_payment_for_freelancing", "receive_salary", or "other"Explanation if purpose is “other”
Source of funds type:
"business_income", "gambling_proceeds", "gifts", "government_benefits", "inheritance", "investment_loans", "pension_retirement", "salary", "sale_of_assets_real_estate", "savings", "esops", "investment_proceeds", or "someone_else_funds"Supporting document for source of funds
Source of wealth:
"business_dividends_or_profits", "investments", "asset_sales", "client_investor_contributions", "gambling", "charitable_contributions", "inheritance", or "affiliate_or_royalty_income"Business-specific fields
Updated legal business name (businesses only)
DBA or alternate name (businesses only)
Business formation date in YYYY-MM-DD format (businesses only)
Business website URL (businesses only)
Type of business:
"corporation", "llc", "partnership", "sole_proprietorship", "trust", or "non_profit"NAICS industry code (6-digit code as string)
Description of business activities
Estimated annual revenue range:
"0_99999", "100000_999999", "1000000_9999999", "10000000_49999999", "50000000_249999999", or "2500000000_plus"Whether the business is publicly traded
Array of owner objects (without
id field for updates)Updated incorporation documents (businesses only)
Updated proof of ownership document (businesses only)
Response
Returns an empty success response if the update was successful.Delete Receiver
Delete a receiver. This action cannot be undone.Parameters
The unique identifier of the receiver to delete
Response
Returns an empty success response if the deletion was successful.Get Receiver Limits
Retrieve the current transaction limits for a receiver.Parameters
The unique identifier of the receiver
Response
Transaction limits for the receiver
Get Limit Increase Requests
Retrieve all limit increase requests for a receiver.Parameters
The unique identifier of the receiver
Response
Array of limit increase request objects
Request Limit Increase
Submit a request to increase a receiver’s transaction limits.Parameters
The unique identifier of the receiver
Requested maximum amount per transaction
Requested maximum daily transaction amount
Requested maximum monthly transaction amount
Type of supporting document being provided:
"individual_bank_statement"- Individual’s bank statement"individual_tax_return"- Individual’s tax return"individual_proof_of_income"- Individual’s proof of income"business_bank_statement"- Business bank statement"business_financial_statements"- Business financial statements"business_tax_return"- Business tax return
File ID or URL of the supporting document that justifies the limit increase
Response
Unique identifier for the created limit increase request