You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@versatly/stripe-cli-v

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@versatly/stripe-cli-v

Stripe CLI for customers, invoices, subscriptions, payouts, and balance

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@versatly/stripe-cli-v

Stripe CLI for customers, invoices, subscriptions, payouts, and balance, built on the official stripe SDK.

Install

npm install -g @versatly/stripe-cli-v

Authentication

Set your Stripe secret key:

export STRIPE_SECRET_KEY="sk_test_..."

Usage

stripev customers list --limit 10
stripev customers get cus_123
stripev customers create --email "jane@example.com" --name "Jane Doe"

stripev invoices list --status draft
stripev invoices get in_123
stripev invoices create --customer cus_123
stripev invoices send in_123

stripev subscriptions list
stripev subscriptions get sub_123
stripev subscriptions cancel sub_123

stripev payouts list
stripev balance

Notes

  • STRIPE_SECRET_KEY must be a valid Stripe secret key (sk_test_... or sk_live_...).
  • invoices send will finalize draft invoices before sending them.

Keywords

stripe

FAQs

Package last updated on 06 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts