Business payouts require a business wallet authentication token. You need to obtain this token through the Handcash Developer Dashboard for your business wallet.
Copy
import { getInstance, Connect } from '@handcash/sdk';const sdk = getInstance({ appId: 'your-app-id', appSecret: 'your-app-secret'});// Get business wallet client using business auth tokenconst businessClient = sdk.getAccountClient('<BUSINESS_WALLET_AUTH_TOKEN>');