Loading...
Loading...
View payment dashboard, check balances, monitor transactions, and review payouts on Stripe
npx skill4agent add andrejones92/canifi-life-os stripecurl -sSL https://canifi.com/skills/stripe/install.sh | bashcp -r skills/stripe ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set STRIPE_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "How's my Stripe account doing?"
Claude: I'll check your Stripe dashboard.
- Opens dashboard.stripe.com via Playwright MCP
- Logs into account
- Returns: Account Overview
- Available balance: $4,567.89
- Pending balance: $1,234.56
- Today's volume: $2,345.67 (45 payments)
- This month: $34,567.89 gross
- Next payout: $4,567.89 on Jan 8User: "Any failed payments I should know about?"
Claude: I'll review payment issues.
- Navigates to payments section
- Failed payments (last 7 days): 12
- Failure reasons:
- Card declined: 7 (insufficient funds)
- Expired card: 3
- Invalid CVC: 2
- Success rate: 96.2%
- Suggests: Consider retry logic for declined cardsUser: "When was my last Stripe payout?"
Claude: I'll check your payout history.
- Navigates to payouts section
- Recent payouts:
- Jan 5: $5,678.90 → Bank ****1234
- Jan 3: $4,321.00 → Bank ****1234
- Jan 1: $6,543.21 → Bank ****1234
- Payout schedule: Daily (2-day rolling)
- Next scheduled: $4,567.89 on Jan 8