POST http://stage.ecusolutions.io/api/stripe

InboundStripeController :: index

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\InboundStripeController::index"
_firewall_context
"security.firewall.map.context.main"
_route
"app_inbound_stripe"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#561
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#502 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#565
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#566 …}
  }
]
_stopwatch_token
"bff300"

Request Headers

Header Value
accept
"*/*"
content-length
"296"
content-type
"application/json"
host
"stage.ecusolutions.io"
user-agent
"curl/8.5.0"
x-forwarded-for
"10.66.125.96"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"0"
x-real-ip
"10.66.125.96"

Request Content

Pretty

{
    "id": "evt_e2e_dispute_001",
    "object": "event",
    "created": 1779570200,
    "type": "charge.dispute.created",
    "data": {
        "object": {
            "id": "du_e2e_001",
            "object": "dispute",
            "amount": 2500,
            "charge": "ch_e2e_002",
            "payment_intent": "pi_e2e_002",
            "currency": "gbp",
            "reason": "product_not_received",
            "status": "needs_response"
        }
    }
}

Raw

{"id":"evt_e2e_dispute_001","object":"event","created":1779570200,"type":"charge.dispute.created","data":{"object":{"id":"du_e2e_001","object":"dispute","amount":2500,"charge":"ch_e2e_002","payment_intent":"pi_e2e_002","currency":"gbp","reason":"product_not_received","status":"needs_response"}}}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 23 May 2026 21:22:53 GMT"
x-debug-token
"950a6d"

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:39
[
  [
    "file" => "/application/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 79
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 67
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 120
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 61
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/application/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/application/public/index.php"
    "line" => 5
    "args" => [
      "/application/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_BUILDER
""
APP_COMPANY
"RedFire Software Ltd - Comp"
APP_DEBUG
"1"
APP_DOMAIN
"nearly.inyourface.space"
APP_ENV
"dev"
APP_MAX_VIDEO_UPLOAD_SIZE
"100M"
APP_NAME
"Ego Tuning"
APP_SCREEN_NOT_PAID_MSG
"Demo mode"
APP_SECRET
"7e23755c338a1434f65abcdddd2b6b07"
APP_VERSION_STRING
"RedFire | v1.1.8-dev. Built (2023-07-06 11:20:49)"
COMPANY_NUMBER
"SOMECO"
CORS_ALLOW_ORIGIN
"^https?://(localhost|inyouface.space|nearly.inyourface.space|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysqli://root:root@mysql:3306/egofe?serverVersion=8.0.22"
DEFAULT_URI
"http://localhost:6141/"
EGO_TUNING_API_URL
"http://host.docker.internal:6111"
FROM_EMAIL_ADDRESS
"no-reply@inyourface.space"
GENERATED_STATS_FOLDER
"app_scratch_data/"
HOST_USER
"1000"
HOST_USERGROUP
"987"
MAILER_DSN
"smtp://mailhog:1025"
MAILER_URL
"smtp://mailhog:1025//randomemail@grahamowens.co.uk:randompassword"
MERCURE_JWT_SECRET
"pmZdKGgHxGXCfDSp2yoe7jrbM24LAWVoZbyjdpdj6Xf9rWPYbcrFPtNvtEiJpKWktuNPmvBwEU3gg7aYGfZXEUnCbTvAuwTFkeW2"
MERCURE_PUBLIC_URL
"http://10.66.125.96:7380/.well-known/mercure"
MERCURE_PUBLISHER_JWT_KEY
"pmZdKGgHxGXCfDSp2yoe7jrbM24LAWVoZbyjdpdj6Xf9rWPYbcrFPtNvtEiJpKWktuNPmvBwEU3gg7aYGfZXEUnCbTvAuwTFkeW2"
MERCURE_SUBSCRIBER_JWT_KEY
"pmZdKGgHxGXCfDSp2yoe7jrbM24LAWVoZbyjdpdj6Xf9rWPYbcrFPtNvtEiJpKWktuNPmvBwEU3gg7aYGfZXEUnCbTvAuwTFkeW2"
MERCURE_TOPIC_PREFIX
"https://inyourface.space/"
MERCURE_URL
"http://mercure/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
MONGODB_DATABASE_NAME
"egofe"
MONGODB_ROOT_PASSWORD
"root"
MYSQL_DATABASE_NAME
"egofe"
MYSQL_ROOT_PASSWORD
"root"
MY_NODE_NAME
"local-docker-node"
MY_POD_NAME
"local-docker-pod"
POSTMARK_SERVER_TOKEN
"93654684-3afc-425b-aaaa-e55d032e09cc"
REDIS_URL
"redis://redis:6319"
S3_ENDPOINT
"http://10.66.125.96:7382"
S3_FULL_URL
"http://10.66.125.96:7382/clatterbridge/menu"
S3_REGION
"local"
S3_USERDATA_ACCESS_KEY
"admin"
S3_USERDATA_SECRET_KEY
"letmeinnow1"
S3_VERSION
"latest"
SENTRY_DSN
"https://90975e90b5775ab38444e929a361b36a@sentry.redfiredigital.uk/3"
SLACK_DSN
"slack://xoxb-8168657129472-8179689730372-yohzfU0r3lIOtUOGv0PE84lh@default?channel=web-app"
STRIPE_CUSTOMER_PORTAL_URL
"https://billing.stripe.com/p/login/test_fZu28qelbh2qfy2e7v28800"
STRIPE_PUBLISH_KEY
"pk_test_51TaFuAAg4R6C5fxKK19UCFn8wcIxPStwi2inmFGfEjBFI7lGr02CcHiwjuxBLU6yIdj15LQoYgDSbhB6Qe45EDFR00reRx2lis"
STRIPE_SECRET_KEY
"sk_test_51TaFuAAg4R6C5fxKqVjILpIFsdELcgVVApdu1eEWGf9oN2yVzbAD1qywR1fNfj4mwvltX1tpllKBg9PxdHo5Ymln00ZWvL2i4P"
SUPPORT_EMAIL
"gra@shipio.co.uk"
TUNED_FILES
"tunedfiles/A2Ls"
USERDATA_BUCKET
"clatterbridge"
WOWZA_ACCESS_KEY
"JmhPVJBOI3ywhUr9HZft0MKcS5EDbXChN8Ft6o9NWvgrrgOXPBWWRzlMrk1H3352"
WOWZA_API_KEY
"xJiqS2hUbdnYULSpc0QcbxIrF5QvKwf11Oj5CwCt4KLaoB6atpUO9YfaepMr350b"
YOUTUBE_API_KEY
"AIzaSyAtSlvvCEw8NgaxeofvtyVy5YsHX4_NOX8"
YOUTUBE_CHANNEL_ID
"UCIF2wB99eLobzhNHmhaq1lQ"
clatterbridge_FROM_PRICE
"£5/m"

Defined as regular env variables

Key Value
AUTH_TYPE
""
CONTENT_LENGTH
"296"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/application/public"
DOCUMENT_URI
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
GODEBUG
"cgocheck=0"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA"
HOME
"/root"
HOSTNAME
"6cfbbd663064"
HTTPS
""
HTTP_ACCEPT
"*/*"
HTTP_CONTENT_LENGTH
"296"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"stage.ecusolutions.io"
HTTP_USER_AGENT
"curl/8.5.0"
HTTP_X_FORWARDED_FOR
"10.66.125.96"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"10.66.125.96"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.3.31.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa37"
PHP_URL
"https://www.php.net/distributions/php-8.3.31.tar.xz"
PHP_VERSION
"8.3.31"
PWD
"/application"
QUERY_STRING
""
REMOTE_ADDR
"10.66.125.99"
REMOTE_HOST
"10.66.125.99"
REMOTE_IDENT
""
REMOTE_PORT
"37828"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1779571373
REQUEST_TIME_FLOAT
1779571373.2895
REQUEST_URI
"/api/stripe"
SCRIPT_FILENAME
"/application/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"stage.ecusolutions.io"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"FrankenPHP"
SSL_CIPHER
""
SSL_PROTOCOL
""
SYMFONY_DOTENV_PATH
"/application/.env"
SYMFONY_DOTENV_VARS
"MYSQL_ROOT_PASSWORD,MYSQL_DATABASE_NAME,MONGODB_ROOT_PASSWORD,MONGODB_DATABASE_NAME,HOST_USER,HOST_USERGROUP,MAILER_URL,TUNED_FILES,EGO_TUNING_API_URL,DEFAULT_URI,STRIPE_PUBLISH_KEY,STRIPE_SECRET_KEY,STRIPE_CUSTOMER_PORTAL_URL,CORS_ALLOW_ORIGIN,APP_ENV,APP_DEBUG,APP_SECRET,MAILER_DSN,DATABASE_URL,POSTMARK_SERVER_TOKEN,FROM_EMAIL_ADDRESS,APP_DOMAIN,REDIS_URL,MESSENGER_TRANSPORT_DSN,GENERATED_STATS_FOLDER,SLACK_DSN,APP_NAME,APP_COMPANY,APP_VERSION_STRING,APP_SCREEN_NOT_PAID_MSG,APP_MAX_VIDEO_UPLOAD_SIZE,clatterbridge_FROM_PRICE,WOWZA_API_KEY,WOWZA_ACCESS_KEY,MY_POD_NAME,MY_NODE_NAME,MERCURE_PUBLISHER_JWT_KEY,MERCURE_SUBSCRIBER_JWT_KEY,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,MERCURE_TOPIC_PREFIX,SENTRY_DSN,S3_ENDPOINT,S3_USERDATA_ACCESS_KEY,S3_USERDATA_SECRET_KEY,S3_REGION,S3_VERSION,USERDATA_BUCKET,S3_FULL_URL,YOUTUBE_API_KEY,YOUTUBE_CHANNEL_ID,APP_BUILDER,COMPANY_NUMBER,SUPPORT_EMAIL"
XDG_CONFIG_HOME
"/config"
XDG_DATA_HOME
"/data"
argc
0
argv
[]