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 Virtual Accounts
Retrieve all virtual accounts for a receiver.The unique identifier of the receiver
Array of virtual account objects
Get Virtual Account
Retrieve a specific virtual account by ID.The unique identifier of the receiver
The unique identifier of the virtual account
Virtual account object with the same structure as described in List Virtual Accounts
Create Virtual Account
Create a new virtual account linked to a blockchain wallet.The unique identifier of the receiver
Banking partner to use (jpmorgan, citi, or hsbc)
Stablecoin token type (USDC, USDT, or USDB)
ID of the blockchain wallet to link
Optional ID of the signed agreement
Virtual account object with the same structure as described in List Virtual Accounts
Update Virtual Account
Update a virtual account’s token and blockchain wallet configuration.The unique identifier of the receiver
The unique identifier of the virtual account to update
Updated stablecoin token type (USDC, USDT, or USDB)
Updated blockchain wallet ID to link
No data returned on successful update