$ stripe coupons create --amount-off 2000 --currency "usd"{"id"
:
"xxxxxx"
,
"object"
:
"coupon"
,
"amount_off"
:
2000
,
"created"
:
1737445054
,
"currency"
:
"usd"
,
"duration"
:
"once"
,
"duration_in_months"
:
null
,
"livemode"
:
false
,
"max_redemptions"
:
null
,
"metadata"
:
{}
,
"name"
:
null
,
"percent_off"
:
null
,
"redeem_by"
:
null
,
"times_redeemed"
:
0
,
"valid"
:
true
,
}
Welcome to the Stripe Shell!
Stripe Shell is a browser-based shell with the Stripe CLI pre-installed. Log in to your
Stripe account and press Control + Backtick (`) on your keyboard to start managing your Stripe
resources in test mode.
- View supported Stripe commands:
- Find webhook events:
- Listen for webhook events:
- Call Stripe APIs: stripe [api resource] [operation] (e.g., )
$