hbuckle / PSStripe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSStripe

A simple PowerShell wrapper around the Stripe API.

Tested using stripe-mock.

Usage

# to use the live API
$env:STRIPE_ENDPOINT = 'https://api.stripe.com'
# to use stripe-mock
$env:STRIPE_ENDPOINT = 'https://127.0.0.1:12112'

$env:STRIPE_API_KEY = 'sk_test_123'
Import-Module ./PSStripe.psd1
Get-StripeBalance

About


Languages

Language:PowerShell 100.0%