{
"id": "cs_1A2B3C4D5E6F7G8H",
"object": "checkout.session",
"mode": "payment",
"ui_mode": "custom",
"amount": 99.99,
"currency": "USD",
"merchant_order_id": "sub_order_jkl345mno678",
"status": "open",
"payment_status": "unpaid",
"customer": {
"id": "cus_9Z8Y7X6W5V4U3T",
"email": "customer@example.com",
"phone": "+1234567890",
"name": "John Doe",
"merchant_customer_id": "cust_merchant_123456"
},
"line_items": [
{
"quantity": 1,
"price_data": {
"product_data": {
"name": "Premium Monthly Plan",
"desc": "Unlimited access to all premium features"
},
"unit_amount": 99.99,
"recurring": {
"interval": "day",
"unit_amount": "string",
"interval_count": 1,
"total_billing_cycles": 12
}
}
}
],
"subscription_data": {
"discount_period_config": {
"discount_period_count": 1,
"discount_period_amount": 0.01
}
},
"collection_method": "auto_charge",
"payment_method_types": [
"card",
"apple_pay",
"google_pay"
],
"metadata": {
"subscription_type": "premium",
"billing_cycle": "monthly"
},
"created": 1705228800,
"expires_at": 1705315200,
"client_secret": "string",
"subscription_id": "string",
"payment_intent_id": "string"
}