GET https://stripe-billing.valuein.cloud/

Api request

# Hostname Method Resource Success
1 https://api.stripe.com GET /v1/products
2 https://api.stripe.com GET /v1/prices
GET https://api.stripe.com/v1/products HTTP/1.1
X-Stripe-Client-User-Agent: {"httplib":"curl 8.17.0","ssllib":"OpenSSL\/3.5.6","bindings_version":"20.1.0","lang":"php","lang_version":"8.5.6","platform":"Linux 6.19.14-300.fc44.x86_64 x86_64"}
User-Agent: Stripe/v1 PhpBindings/20.1.0
Authorization: Bearer $token
Stripe-Version: 2026-04-22.dahlia
Content-Type: application/x-www-form-urlencoded

{
    "active": "true",
    "limit": 100
}
SUCCESS
{
    "object": "list",
    "data": [
        {
            "id": "prod_UOTVmmhsXa3JDh",
            "object": "product",
            "active": true,
            "attributes": [],
            "created": 1777024899,
            "default_price": "price_1TPgYJKOfNwzDEMJYN2k1An8",
            "description": null,
            "images": [],
            "livemode": false,
            "marketing_features": [],
            "metadata": {},
            "name": "Produit complet",
            "package_dimensions": null,
            "shippable": null,
            "statement_descriptor": null,
            "tax_code": "txcd_10000000",
            "tax_details": {
                "performance_location": null,
                "tax_code": "txcd_10000000"
            },
            "type": "service",
            "unit_label": null,
            "updated": 1777024899,
            "url": null
        },
        {
            "id": "prod_UKgSFAFbfGs9Il",
            "object": "product",
            "active": true,
            "attributes": [],
            "created": 1776150532,
            "default_price": "price_1TM15cKOfNwzDEMJEFppMc46",
            "description": null,
            "images": [],
            "livemode": false,
            "marketing_features": [],
            "metadata": {},
            "name": "Nom du produit",
            "package_dimensions": null,
            "shippable": null,
            "statement_descriptor": null,
            "tax_code": "txcd_10000000",
            "tax_details": {
                "performance_location": null,
                "tax_code": "txcd_10000000"
            },
            "type": "service",
            "unit_label": null,
            "updated": 1776152730,
            "url": null
        }
    ],
    "has_more": false,
    "url": "\/v1\/products"
}

GET https://api.stripe.com/v1/prices HTTP/1.1
X-Stripe-Client-User-Agent: {"httplib":"curl 8.17.0","ssllib":"OpenSSL\/3.5.6","bindings_version":"20.1.0","lang":"php","lang_version":"8.5.6","platform":"Linux 6.19.14-300.fc44.x86_64 x86_64"}
User-Agent: Stripe/v1 PhpBindings/20.1.0
Authorization: Bearer $token
Stripe-Version: 2026-04-22.dahlia
X-Stripe-Client-Telemetry: {"last_request_metrics":{"request_id":"req_OrZGilc74MKCGM","request_duration_ms":279}}
Content-Type: application/x-www-form-urlencoded

{
    "currency": "EUR",
    "active": "true",
    "limit": 100
}
SUCCESS
{
    "object": "list",
    "data": [
        {
            "id": "price_1TPgYJKOfNwzDEMJYN2k1An8",
            "object": "price",
            "active": true,
            "billing_scheme": "per_unit",
            "created": 1777024899,
            "currency": "eur",
            "custom_unit_amount": null,
            "livemode": false,
            "lookup_key": null,
            "metadata": {},
            "nickname": "Recurrent \/ PerUnit",
            "product": "prod_UOTVmmhsXa3JDh",
            "recurring": {
                "interval": "day",
                "interval_count": 2,
                "meter": null,
                "trial_period_days": null,
                "usage_type": "licensed"
            },
            "tax_behavior": "unspecified",
            "tiers_mode": null,
            "transform_quantity": null,
            "type": "recurring",
            "unit_amount": 1000,
            "unit_amount_decimal": "1000"
        },
        {
            "id": "price_1TOEIlKOfNwzDEMJYzwNvJyV",
            "object": "price",
            "active": true,
            "billing_scheme": "per_unit",
            "created": 1776677975,
            "currency": "eur",
            "custom_unit_amount": null,
            "livemode": false,
            "lookup_key": null,
            "metadata": {},
            "nickname": null,
            "product": "prod_UKgSFAFbfGs9Il",
            "recurring": null,
            "tax_behavior": "inclusive",
            "tiers_mode": null,
            "transform_quantity": null,
            "type": "one_time",
            "unit_amount": 1000,
            "unit_amount_decimal": "1000"
        },
        {
            "id": "price_1TM1onKOfNwzDEMJhhUDhm6a",
            "object": "price",
            "active": true,
            "billing_scheme": "per_unit",
            "created": 1776153333,
            "currency": "eur",
            "custom_unit_amount": null,
            "livemode": false,
            "lookup_key": null,
            "metadata": {},
            "nickname": null,
            "product": "prod_UKgSFAFbfGs9Il",
            "recurring": {
                "interval": "month",
                "interval_count": 1,
                "meter": null,
                "trial_period_days": null,
                "usage_type": "licensed"
            },
            "tax_behavior": "inclusive",
            "tiers_mode": null,
            "transform_quantity": null,
            "type": "recurring",
            "unit_amount": 1000,
            "unit_amount_decimal": "1000"
        },
        {
            "id": "price_1TM15cKOfNwzDEMJEFppMc46",
            "object": "price",
            "active": true,
            "billing_scheme": "per_unit",
            "created": 1776150532,
            "currency": "eur",
            "custom_unit_amount": null,
            "livemode": false,
            "lookup_key": null,
            "metadata": {},
            "nickname": "Tarif 1",
            "product": "prod_UKgSFAFbfGs9Il",
            "recurring": {
                "interval": "month",
                "interval_count": 1,
                "meter": null,
                "trial_period_days": null,
                "usage_type": "licensed"
            },
            "tax_behavior": "exclusive",
            "tiers_mode": null,
            "transform_quantity": null,
            "type": "recurring",
            "unit_amount": 1000,
            "unit_amount_decimal": "1000"
        }
    ],
    "has_more": false,
    "url": "\/v1\/prices"
}