Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
// 1. Create the employee as a consumer (first time only) POST /api/partner/v1/customer { "fullName": "Sarah Ahmed", "email": "sarah.ahmed@yourcompany.com", "currency": "USD", "initialFunds": 0 } // 2. Credit their wallet after the review POST /api/partner/v1/wallets/{walletId}/transactions { "amount": 100.00, "transactionType": "CREDIT", "referenceId": "review-q2-2026-sarah", "description": "Q2 performance bonus" }