$ stripe payment_intents create --amount 1099 --currency "usd"{"id"
:
"xxxxxx"
,
"object"
:
"payment_intent"
,
"amount"
:
1099
,
"amount_capturable"
:
0
,
"amount_details": {"tip"
:
{}
,
},
"amount_received"
:
0
,
"amount_subtotal"
:
1099
,
"application"
:
null
,
"application_fee_amount"
:
null
,
"automatic_payment_methods"
:
null
,
"canceled_at"
:
null
,
"cancellation_reason"
:
null
,
"capture_method"
:
"automatic"
,
"charges"
:
{… 5 items}
,
"client_secret"
:
"xxxxxx"
,
"confirmation_method"
:
"automatic"
,
"created"
:
1737686268
,
"currency"
:
"usd"
,
"customer"
:
null
,
"description"
:
null
,
"invoice"
:
null
,
"last_payment_error"
:
null
,
"livemode"
:
false
,
"metadata"
:
{}
,
"next_action"
:
null
,
"on_behalf_of"
:
null
,
"payment_method"
:
null
,
"payment_method_options": {"card"
:
{… 5 items}
,
},
"payment_method_types": ["card"
,
],
"processing"
:
null
,
"receipt_email"
:
null
,
"review"
:
null
,
"setup_future_usage"
:
null
,
"shipping"
:
null
,
"source"
:
null
,
"statement_descriptor"
:
null
,
"statement_descriptor_suffix"
:
null
,
"status"
:
"requires_payment_method"
,
"total_details"
:
{… 3 items}
,
"transfer_data"
:
null
,
"transfer_group"
:
null
,
}
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., )
$