billing_wallet
Fetch your current credit balance and recent usage entries to verify a top-up after checkout, ensuring funds are credited.
Instructions
Fetch the user's credit balance and recent usage entries. Returns { credits, recent } where recent is the last ~10 usage rows. Poll this to confirm a top-up landed ONLY after a billing_topup CHECKOUT result (one that returned a checkoutUrl), until credits rise. Do NOT poll after a status:'paid' headless top-up — those credits are already applied and the new balance is in the topup response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||