StripeWebhookController :: handleWebhook
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\StripeWebhookController::handleWebhook" |
| _firewall_context | "security.firewall.map.context.webhook" |
| _route | "stripe_webhook" |
| _route_params | [] |
| _stopwatch_token | "dc24e1" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*; q=0.5, application/json" |
| cache-control | "no-cache" |
| connection | "close" |
| content-length | "4190" |
| content-type | "application/json; charset=utf-8" |
| host | "shure-tbyb.startupblitz.de" |
| stripe-signature | "t=1775399288,v1=e69f8078f2d5c9b62714f7f95fc630d9190bfe2c9e0297382cb3e754ae7a75b9" |
| user-agent | "Stripe/1.0 (+https://stripe.com/docs/webhooks)" |
| x-php-ob-level | "1" |
Request Content
Raw
{
"id": "evt_3TIrelIH0lc0m2jc05ibKazT",
"object": "event",
"api_version": "2020-08-27",
"created": 1775399288,
"data": {
"object": {
"id": "ch_3TIrelIH0lc0m2jc0sAAOaaF",
"object": "charge",
"amount": 11900,
"amount_captured": 11900,
"amount_refunded": 0,
"application": null,
"application_fee": null,
"application_fee_amount": null,
"balance_transaction": "txn_3TIrelIH0lc0m2jc0djxipCz",
"billing_details": {
"address": {
"city": null,
"country": null,
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"email": null,
"name": "Aaron Bartholomew",
"phone": null,
"tax_id": null
},
"calculated_statement_descriptor": "SHURE-SHOP* REF. 20066",
"captured": true,
"created": 1775399287,
"currency": "gbp",
"customer": "cus_UHQVJJweuiIpyd",
"description": "aabartholomew@outlook.com / Customer 20094660 / Order 20066830",
"destination": null,
"dispute": null,
"disputed": false,
"failure_balance_transaction": null,
"failure_code": null,
"failure_message": null,
"fraud_details": {},
"invoice": null,
"livemode": true,
"metadata": {
"shopware_order_transaction_id": "019d5e0b34917113991f348fd835adef",
"platform_name": "UMXJ4nBknsWR3LN_shopware_v50"
},
"on_behalf_of": null,
"order": null,
"outcome": {
"advice_code": null,
"network_advice_code": null,
"network_decline_code": null,
"network_status": "approved_by_network",
"reason": null,
"risk_level": "normal",
"risk_score": 0,
"seller_message": "Payment complete.",
"type": "authorized"
},
"paid": true,
"payment_intent": "pi_3TIrelIH0lc0m2jc0482SjxM",
"payment_method": "pm_1TIreiIH0lc0m2jc6J9b6Um7",
"payment_method_details": {
"card": {
"amount_authorized": 11900,
"authorization_code": "701415",
"brand": "visa",
"checks": {
"address_line1_check": null,
"address_postal_code_check": null,
"cvc_check": "pass"
},
"country": "GB",
"exp_month": 7,
"exp_year": 2028,
"extended_authorization": {
"status": "disabled"
},
"fingerprint": "PirH12ENNXpyS9Aa",
"funding": "debit",
"incremental_authorization": {
"status": "unavailable"
},
"installments": null,
"last4": "8206",
"mandate": null,
"multicapture": {
"status": "unavailable"
},
"network": "visa",
"network_token": {
"used": false
},
"network_transaction_id": "486095520871457",
"overcapture": {
"maximum_amount_capturable": 11900,
"status": "unavailable"
},
"regulated_status": "unregulated",
"three_d_secure": null,
"wallet": null
},
"type": "card"
},
"radar_options": {},
"receipt_email": null,
"receipt_number": null,
"receipt_url": "https://pay.stripe.com/receipts/payment/CAcQARoXChVhY2N0XzFIYUdJbElIMGxjMG0yamMo-OLJzgYyBlmrgHpRITosFvb9Ea36-Ea35VHCzINSMAVwwG_SP9B4iwrOWSF95SEa080FYbaohc1eXKA",
"refunded": false,
"refunds": {
"object": "list",
"data": [],
"has_more": false,
"total_count": 0,
"url": "/v1/charges/ch_3TIrelIH0lc0m2jc0sAAOaaF/refunds"
},
"review": null,
"shipping": null,
"source": null,
"source_transfer": null,
"statement_descriptor": null,
"statement_descriptor_suffix": "Ref. 20066830 Shure-UK",
"status": "succeeded",
"transfer_data": null,
"transfer_group": null
}
},
"livemode": true,
"pending_webhooks": 2,
"request": {
"id": "req_novxsWKahy2tSr",
"idempotency_key": "f5294dd9-6b30-4a6f-99fd-9c8d28cf8015"
},
"type": "charge.succeeded"
}
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Sun, 05 Apr 2026 14:28:09 GMT" |
| x-debug-token | "24f683" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 6
Session Metadata
| Key | Value |
|---|---|
| Created | "Sun, 05 Apr 26 14:28:09 +0000" |
| Last used | "Sun, 05 Apr 26 14:28:09 +0000" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
6
Usages
Stateless check enabled
| Usage |
|---|
App\EventSubscriber\LocaleSubscriber:31
[
[
"file" => "/var/www/tbyb/live/src/EventSubscriber/LocaleSubscriber.php"
"line" => 31
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "App\EventSubscriber\LocaleSubscriber"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 159
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/public/index.php"
"line" => 5
"args" => [
"/var/www/tbyb/live/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 68
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/public/index.php"
"line" => 5
"args" => [
"/var/www/tbyb/live/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/public/index.php"
"line" => 5
"args" => [
"/var/www/tbyb/live/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/public/index.php"
"line" => 5
"args" => [
"/var/www/tbyb/live/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/public/index.php"
"line" => 5
"args" => [
"/var/www/tbyb/live/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/tbyb/live/public/index.php"
"line" => 5
"args" => [
"/var/www/tbyb/live/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 | "dnNuQzzB7xGwCO6v19DpLeFKH1aC57Mg" |
| APP_URL | "https://shure-tbyb.startupblitz.de" |
| CORS_ALLOW_ORIGIN | "^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$" |
| DATABASE_URL | "mysql://tbyb:0etSGWljWb74QYGAinrntg2mvsYS8iQG@127.0.0.1:3309/tbyb?serverVersion=8.0.32&charset=utf8mb4" |
| DEFAULT_URI | "http://localhost" |
| GOOGLE_MAPS_API_KEY | "" |
| MAILER_DSN | "smtp://postmaster@shure.11ecom.com:2d5f0ae1c9e551d83e5581b3faa37615-a83a87a9-d914cc08@smtp.eu.mailgun.org:587?encryption=tls" |
| MESSENGER_TRANSPORT_DSN | "redis://localhost:6380/messages" |
| SHOPWARE_APP_ALLOWED_HOSTS | "shure-shop.eu,shure-tbyb.startupblitz.de" |
| SHOPWARE_APP_NAME | "TbybPayment" |
| SHOPWARE_APP_SECRET | "C=G?4Zo5£puaYMx6g2pD,239V9&5m|u-" |
| SHOPWARE_BASE_URL | "https://shure-shop.eu" |
| SHOPWARE_CLIENT_ID | "SWIAWKDIEMJOVZVUDWFKSDR3UQ" |
| SHOPWARE_CLIENT_SECRET | "bmR5eUhLZFpFNnBoRE9zRHN0S0pCRWs3TmVvYWFtTEVBTU5pYmI" |
| SMTP_ENCRYPTION | "tls" |
| SMTP_FROM_EMAIL | "shure@11ecom.com" |
| SMTP_FROM_NAME | "TBYB Status" |
| SMTP_HOST | "smtp.eu.mailgun.org" |
| SMTP_PASSWORD | "2d5f0ae1c9e551d83e5581b3faa37615-a83a87a9-d914cc08" |
| SMTP_PORT | "587" |
| SMTP_USER | "postmaster@shure.11ecom.com" |
| STRIPE_PAYMENT_METHOD_CONFIGURATION | "pmc_1T9nDoIH0lc0m2jcTSL7DjGt" |
| STRIPE_PUBLISHABLE_KEY | "pk_live_51HaGIlIH0lc0m2jcLv5LTQ1QXHveWTtfOW2SMMUKhYB1Fj15uHAf3AYRnrG1LOp8NCYhzwM11Pm9Rmxl0Rx9x1V300hQyud1bz" |
| STRIPE_SECRET_KEY | "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" |
| STRIPE_WEBHOOK_SECRET | "whsec_QUdRMC3h5DW4MY59VjhJteoSWaWWQY4x" |
| TBYB_ALLOWED_SALES_CHANNELS | "019cf5b25c2e71d6bc116f8159c594f9,019cf657ef60786cb9006bb5248680b5" |
| TBYB_CANCEL_REMINDED_DAYS | "4" |
| TBYB_DUE_DAYS | "37" |
| TBYB_PREAUTH_ENABLED | "true" |
| TBYB_PREAUTH_MAX_CENTS | "100" |
| TBYB_PREAUTH_MIN_CENTS | "50" |
| TBYB_STATUS_EMAIL_RECIPIENTS | "sro@11ecom.de,fkr@11ecom.de,tobias.herweg@11ecom.de" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/var/www/tbyb/live" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/var/www/tbyb/live" ] |
| CONTENT_LENGTH | "4190" |
| CONTENT_TYPE | "application/json; charset=utf-8" |
| DOCUMENT_ROOT | "/var/www/tbyb/live/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/home/11admin" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*; q=0.5, application/json" |
| HTTP_CACHE_CONTROL | "no-cache" |
| HTTP_CONNECTION | "close" |
| HTTP_CONTENT_LENGTH | "4190" |
| HTTP_CONTENT_TYPE | "application/json; charset=utf-8" |
| HTTP_HOST | "shure-tbyb.startupblitz.de" |
| HTTP_STRIPE_SIGNATURE | "t=1775399288,v1=e69f8078f2d5c9b62714f7f95fc630d9190bfe2c9e0297382cb3e754ae7a75b9" |
| HTTP_USER_AGENT | "Stripe/1.0 (+https://stripe.com/docs/webhooks)" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "54.187.205.235" |
| REMOTE_PORT | "14644" |
| REMOTE_USER | "" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1775399289 |
| REQUEST_TIME_FLOAT | 1775399289.1773 |
| REQUEST_URI | "/stripe/webhook" |
| SCRIPT_FILENAME | "/var/www/tbyb/live/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "95.216.143.112" |
| SERVER_NAME | "shure-tbyb.startupblitz.de" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "nginx/1.24.0" |
| SYMFONY_DOTENV_PATH | "/var/www/tbyb/live/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_URL,DATABASE_URL,MESSENGER_TRANSPORT_DSN,STRIPE_SECRET_KEY,STRIPE_PUBLISHABLE_KEY,STRIPE_WEBHOOK_SECRET,STRIPE_PAYMENT_METHOD_CONFIGURATION,SMTP_HOST,SMTP_PORT,SMTP_USER,SMTP_PASSWORD,SMTP_ENCRYPTION,SMTP_FROM_EMAIL,SMTP_FROM_NAME,MAILER_DSN,TBYB_STATUS_EMAIL_RECIPIENTS,SHOPWARE_BASE_URL,SHOPWARE_CLIENT_ID,SHOPWARE_CLIENT_SECRET,SHOPWARE_APP_SECRET,SHOPWARE_APP_ALLOWED_HOSTS,SHOPWARE_APP_NAME,TBYB_DUE_DAYS,TBYB_CANCEL_REMINDED_DAYS,TBYB_PREAUTH_ENABLED,TBYB_PREAUTH_MIN_CENTS,TBYB_PREAUTH_MAX_CENTS,TBYB_ALLOWED_SALES_CHANNELS,GOOGLE_MAPS_API_KEY,DEFAULT_URI,CORS_ALLOW_ORIGIN" |
| USER | "11admin" |