Skip to content

browserbase/partner-stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Agentic Credit Card Automation

Effortlessly create virtual cards with Stripe and automate purchases using Browserbase.

Find the full documentation here: https://docs.browserbase.com/integrations/stripe/introduction

πŸ“Œ Overview

This project enables you to:

  • Create virtual cards with spending controls using Stripe Issuing
  • Retrieve virtual card details
  • Automate online purchases

πŸ“– Documentation

For full setup instructions, API details, and code examples, visit the official documentation:

πŸ“„ Agentic Credit Card Automation Docs

πŸ“‚ Repository Structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published