{
    "id": "cs_test_a1ykphA0L84SBLZVSvIAi63e7fZ7ENWuYjLNLyZhOvZj6keRMZJqr6Mz2G",
    "object": "checkout.session",
    "after_expiration": null,
    "allow_promotion_codes": null,
    "amount_subtotal": 500,
    "amount_total": 500,
    "automatic_tax": {
        "enabled": false,
        "status": null
    },
    "billing_address_collection": null,
    "cancel_url": "http://yoursite.com/order/cancelled.php",
    "client_reference_id": null,
    "consent": null,
    "consent_collection": null,
    "currency": "usd",
    "customer": null,
    "customer_creation": "always",
    "customer_details": null,
    "customer_email": null,
    "expires_at": 1645571013,
    "livemode": false,
    "locale": null,
    "metadata": [],
    "mode": "subscription",
    "payment_intent": null,
    "payment_link": null,
    "payment_method_options": null,
    "payment_method_types": [
        "card"
    ],
    "payment_status": "unpaid",
    "phone_number_collection": {
        "enabled": false
    },
    "recovered_from": null,
    "setup_intent": null,
    "shipping": null,
    "shipping_address_collection": null,
    "shipping_options": [],
    "shipping_rate": null,
    "status": "expired",
    "submit_type": null,
    "subscription": null,
    "success_url": "http://yoursite.com/order/success.php?session_id={CHECKOUT_SESSION_ID}",
    "total_details": {
        "amount_discount": 0,
        "amount_shipping": 0,
        "amount_tax": 0
    },
    "url": null
}