Effortlessly create virtual cards with Stripe and automate purchases using Browserbase.
Find the full documentation here: https://docs.browserbase.com/integrations/stripe/introduction
This project enables you to:
- Create virtual cards with spending controls using Stripe Issuing
- Retrieve virtual card details
- Automate online purchases
For full setup instructions, API details, and code examples, visit the official documentation:
π Agentic Credit Card Automation Docs
partner-stripe/
βββ node/ # Node.js implementation
β βββ .env # Environment variables (ignored in Git)
β βββ .gitignore
β βββ package.json # Node.js dependencies
β βββ 1-create-cardholder.ts
β βββ 2-create-card.ts
β βββ 3-get-card.ts
β βββ 4-make-payment.ts
β
βββ python/ # Python implementation
β βββ .env
β βββ .gitignore
β βββ create_cardholder.py
β βββ create_card.py
β βββ get_card.py
β βββ make-payment.py
β
βββ stagehand/ # Stagehand integration for AI-powered automation
β βββ .env
β βββ .gitignore
β βββ package.json
β βββ 1-create-cardholder.ts
β βββ 2-create-card.ts
β βββ 3-get-card.ts
β βββ 4-make-payment.ts
β βββ stagehand.config.ts
β βββ index.ts
β βββ utils.ts
β
βββ README.md # This file