POST https://app.likare.fr/webhooks/stripe/

StripeWebhookController :: stripe_webhook

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\Webhooks\StripeWebhookController::stripe_webhook"
_firewall_context
"security.firewall.map.context.main"
_locale
"fr"
_route
"app_stripe_webhook_main"
_route_params
[
  "_locale" => "fr"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"a2d440"

Request Headers

Header Value
accept
"*/*; q=0.5, application/json"
cache-control
"no-cache"
connection
"close"
content-length
"1139"
content-type
"application/json; charset=utf-8"
host
"app.likare.fr"
stripe-signature
"t=1758068691,v1=caf1e499271033c3ca821f3f6d13c8b63db0907557ca0119eaf269f00a40aaa9"
user-agent
"Stripe/1.0 (+https://stripe.com/docs/webhooks)"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"54.187.205.235"

Request Content

Raw

{
  "id": "evt_1S89B1GhN6tZ4X65JjxdfLab",
  "object": "event",
  "api_version": "2020-08-27",
  "created": 1758068691,
  "data": {
    "object": {
      "object": "balance",
      "available": [
        {
          "amount": 0,
          "currency": "eur",
          "source_types": {
            "card": 0
          }
        }
      ],
      "instant_available": [
        {
          "amount": 134009,
          "currency": "eur",
          "source_types": {
            "card": 134009
          }
        }
      ],
      "livemode": true,
      "pending": [
        {
          "amount": 147879,
          "currency": "eur",
          "source_types": {
            "card": 147879
          }
        }
      ],
      "refund_and_dispute_prefunding": {
        "available": [
          {
            "amount": 0,
            "currency": "eur"
          }
        ],
        "pending": [
          {
            "amount": 0,
            "currency": "eur"
          }
        ]
      }
    }
  },
  "livemode": true,
  "pending_webhooks": 1,
  "request": {
    "id": null,
    "idempotency_key": null
  },
  "type": "balance.available"
}

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Wed, 17 Sep 2025 00:24:52 GMT"
expires
"-1"
pragma
"no-cache"
x-debug-token
"669a66"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/app.likare.fr/httpdocs/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/app.likare.fr/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"ead723787a9fed34096aa2fc9379af24"
DATABASE_URL
"mysql://likare_user_sk1:2Tf~w39b4@localhost/likare_db_sk1?serverVersion=mariadb-10.6.16"
GOOGLE_INSIGHT_API_KEY
"AIzaSyAI6AGu856TWyh68JbEKlg02NBUfCTVe6Q"
MAILER_DSN
"smtp://notification@likare.fr:xTrpz(3]Ett7@mail.likare.fr:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
NETIM_DEVELOPMENT_ENDPOINT
"http://oterest.netim.com/1.0/"
NETIM_DEVELOPMENT_RESSELER_ID
"DR97"
NETIM_DEVELOPMENT_RESSELER_PASSWORD
"gy@W6yRa730w!Ef6"
NETIM_PRODUCTION_ENDPOINT
"https://rest.netim.com/1.0/"
NETIM_RESSELER_ID
"DR2607"
NETIM_RESSELER_PASSWORD
"gy@W6yRa730w!Ef6"
QUOTE_MODE
"prod"
REPORT_GCS_ID
"e429d485023ad4f20"
REPORT_GCS_KEY
"AIzaSyC8YRDB2F5JSqDhoLVcR410tLb2jvZcdJw"
REPORT_KE_KEY
"e5615f1e2e4e60358086"
REPORT_LIMIT_HTTP_REQUESTS
"50"
REPORT_LIMIT_IMAGE_FORMATS
"AVIF"
REPORT_LIMIT_LOAD_TIME_SECONDS
"2"
REPORT_LIMIT_MAX_DOM_NODES
"1500"
REPORT_LIMIT_MAX_LINKS
"150"
REPORT_LIMIT_MAX_TITLE_LENGTH
"60"
REPORT_LIMIT_MIN_TEXT_RATIO
"10"
REPORT_LIMIT_MIN_TITLE_LENGTH
"1"
REPORT_LIMIT_MIN_WORDS
"500"
REPORT_LIMIT_PAGE_SIZE
"330000"
REPORT_LIMIT_TIMEOUT
"5"
REPORT_REQUEST_PROXY
""
REPORT_SCORE_HIGH
"10"
REPORT_SCORE_LOW
"0"
REPORT_SCORE_MEDIUM
"5"
REPORT_SITEMAP_LINKS
"-1"
REPORT_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
STRIPE_PK
"pk_live_51LQ3bKGhN6tZ4X65895S543FHY9sJOpVQ3vLmlYLAoL25Mhx1LBw9NagBP0UaZT12ww9eKmRWhUVoLdFVC2PAJzi002xAwmmd6"
STRIPE_PRODUCT
"prod_MBSIgnlVsH4vA0"
STRIPE_SK
"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"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"1139"
CONTENT_TYPE
"application/json; charset=utf-8"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/app.likare.fr/httpdocs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/app.likare.fr/httpdocs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/app.likare.fr"
HTTPS
"on"
HTTP_ACCEPT
"*/*; q=0.5, application/json"
HTTP_CACHE_CONTROL
"no-cache"
HTTP_CONNECTION
"close"
HTTP_HOST
"app.likare.fr"
HTTP_STRIPE_SIGNATURE
"t=1758068691,v1=caf1e499271033c3ca821f3f6d13c8b63db0907557ca0119eaf269f00a40aaa9"
HTTP_USER_AGENT
"Stripe/1.0 (+https://stripe.com/docs/webhooks)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"54.187.205.235"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://app.likare.fr/webhooks/stripe/"
REDIRECT_SCRIPT_URL
"/webhooks/stripe/"
REDIRECT_SSL_TLS_SNI
"app.likare.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aMn_1Dj2x1saP_t9JUAjYgAAAAM"
REDIRECT_URL
"/webhooks/stripe/"
REMOTE_ADDR
"54.187.205.235"
REMOTE_PORT
"51992"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758068692
REQUEST_TIME_FLOAT
1758068692.371
REQUEST_URI
"/webhooks/stripe/"
SCRIPT_FILENAME
"/var/www/vhosts/app.likare.fr/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://app.likare.fr/webhooks/stripe/"
SCRIPT_URL
"/webhooks/stripe/"
SERVER_ADDR
"217.160.58.146"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"app.likare.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at app.likare.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"app.likare.fr"
SYMFONY_DOTENV_VARS
"MESSENGER_TRANSPORT_DSN,APP_ENV,APP_SECRET,DATABASE_URL,QUOTE_MODE,MAILER_DSN,STRIPE_PK,STRIPE_SK,STRIPE_PRODUCT,GOOGLE_INSIGHT_API_KEY,REPORT_REQUEST_PROXY,REPORT_LIMIT_HTTP_REQUESTS,REPORT_LIMIT_IMAGE_FORMATS,REPORT_USER_AGENT,REPORT_LIMIT_TIMEOUT,REPORT_LIMIT_LOAD_TIME_SECONDS,REPORT_LIMIT_MAX_DOM_NODES,REPORT_LIMIT_MAX_LINKS,REPORT_LIMIT_MAX_TITLE_LENGTH,REPORT_LIMIT_MIN_TEXT_RATIO,REPORT_LIMIT_MIN_TITLE_LENGTH,REPORT_LIMIT_MIN_WORDS,REPORT_LIMIT_PAGE_SIZE,REPORT_SCORE_HIGH,REPORT_SCORE_LOW,REPORT_SCORE_MEDIUM,REPORT_SITEMAP_LINKS,REPORT_GCS_ID,REPORT_GCS_KEY,REPORT_KE_KEY,NETIM_RESSELER_ID,NETIM_RESSELER_PASSWORD,NETIM_PRODUCTION_ENDPOINT,NETIM_DEVELOPMENT_RESSELER_ID,NETIM_DEVELOPMENT_RESSELER_PASSWORD,NETIM_DEVELOPMENT_ENDPOINT"
UNIQUE_ID
"aMn_1Dj2x1saP_t9JUAjYgAAAAM"
USER
"app.likare.fr_8jhlhiz2o9"
proxy-nokeepalive
"1"