docs.stripe.com

$ 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"
: 

1786989245

,
"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
,
}

Read the original on docs.stripe.com ↗