Stripe\Checkout\Session JSON: {
    "id": "cs_test_a10C5t76UXbADISf5jF3vTIaekqBYNWa65TYU2UY2ZNqvgbcVvGgUn8chm",
    "object": "checkout.session",
    "adaptive_pricing": {
        "enabled": true
    },
    "after_expiration": null,
    "allow_promotion_codes": false,
    "amount_subtotal": 10000,
    "amount_total": 10000,
    "automatic_tax": {
        "enabled": true,
        "liability": {
            "type": "self"
        },
        "status": "complete"
    },
    "billing_address_collection": "auto",
    "cancel_url": "https:\/\/stripe.com",
    "client_reference_id": null,
    "client_secret": null,
    "consent": null,
    "consent_collection": {
        "payment_method_reuse_agreement": null,
        "promotions": "none",
        "terms_of_service": "none"
    },
    "created": 1732043602,
    "currency": "eur",
    "currency_conversion": null,
    "custom_fields": [],
    "custom_text": {
        "after_submit": null,
        "shipping_address": null,
        "submit": null,
        "terms_of_service_acceptance": null
    },
    "customer": null,
    "customer_creation": "if_required",
    "customer_details": {
        "address": {
            "city": null,
            "country": "MQ",
            "line1": null,
            "line2": null,
            "postal_code": null,
            "state": null
        },
        "email": "wildark972@gmail.com",
        "name": "GUIOUBLY",
        "phone": null,
        "tax_exempt": "none",
        "tax_ids": []
    },
    "customer_email": null,
    "expires_at": 1732130001,
    "invoice": null,
    "invoice_creation": {
        "enabled": false,
        "invoice_data": {
            "account_tax_ids": null,
            "custom_fields": null,
            "description": null,
            "footer": null,
            "issuer": null,
            "metadata": [],
            "rendering_options": null
        }
    },
    "line_items": {
        "object": "list",
        "data": [
            {
                "id": "li_1QMwrVJCtvh9WvgbUCf4WKFB",
                "object": "item",
                "amount_discount": 0,
                "amount_subtotal": 10000,
                "amount_tax": 0,
                "amount_total": 10000,
                "currency": "eur",
                "description": "TEST",
                "price": {
                    "id": "price_1QMvviJCtvh9WvgbLI9IMkVA",
                    "object": "price",
                    "active": true,
                    "billing_scheme": "per_unit",
                    "created": 1732040018,
                    "currency": "eur",
                    "custom_unit_amount": null,
                    "livemode": false,
                    "lookup_key": null,
                    "metadata": [],
                    "nickname": null,
                    "product": "prod_RFQnNH1gPt7Sdx",
                    "recurring": null,
                    "tax_behavior": "unspecified",
                    "tiers_mode": null,
                    "transform_quantity": null,
                    "type": "one_time",
                    "unit_amount": 10000,
                    "unit_amount_decimal": "10000"
                },
                "quantity": 1
            }
        ],
        "has_more": false,
        "url": "\/v1\/checkout\/sessions\/cs_test_a10C5t76UXbADISf5jF3vTIaekqBYNWa65TYU2UY2ZNqvgbcVvGgUn8chm\/line_items"
    },
    "livemode": false,
    "locale": "auto",
    "metadata": [],
    "mode": "payment",
    "payment_intent": "pi_3QMwsAJCtvh9Wvgb0KkFAyX0",
    "payment_link": "plink_1QMvvsJCtvh9WvgbEca10N1Z",
    "payment_method_collection": "if_required",
    "payment_method_configuration_details": null,
    "payment_method_options": {
        "card": {
            "request_three_d_secure": "automatic"
        }
    },
    "payment_method_types": [
        "card"
    ],
    "payment_status": "paid",
    "phone_number_collection": {
        "enabled": false
    },
    "recovered_from": null,
    "saved_payment_method_options": null,
    "setup_intent": null,
    "shipping_address_collection": null,
    "shipping_cost": null,
    "shipping_details": null,
    "shipping_options": [],
    "status": "complete",
    "submit_type": "auto",
    "subscription": null,
    "success_url": "https:\/\/stripe.com",
    "total_details": {
        "amount_discount": 0,
        "amount_shipping": 0,
        "amount_tax": 0
    },
    "ui_mode": "hosted",
    "url": null
}