Error 404 Not Found

POST https://www.devmt.de/api/_action/paypal/webhook/execute?sw-token=lImRbkkrRm1T6cGTOHS1ko4KA94QzFlE

Request / Response

Request

GET Parameters

Key Value
sw-token
"lImRbkkrRm1T6cGTOHS1ko4KA94QzFlE"

POST Parameters

Key Value
create_time
"2025-01-21T13:33:27.484Z"
event_type
"PAYMENT.CAPTURE.COMPLETED"
event_version
"1.0"
id
"WH-5V435386GG560832J-71K5031064726310B"
links
[
  [
    "href" => "https://api.paypal.com/v1/notifications/webhooks-events/WH-5V435386GG560832J-71K5031064726310B"
    "rel" => "self"
    "method" => "GET"
  ]
  [
    "href" => "https://api.paypal.com/v1/notifications/webhooks-events/WH-5V435386GG560832J-71K5031064726310B/resend"
    "rel" => "resend"
    "method" => "POST"
  ]
]
resource
[
  "id" => "7P664879YU994220V"
  "amount" => [
    "currency_code" => "EUR"
    "value" => "2463.08"
  ]
  "final_capture" => true
  "seller_protection" => [
    "status" => "ELIGIBLE"
    "dispute_categories" => [
      "ITEM_NOT_RECEIVED"
      "UNAUTHORIZED_TRANSACTION"
    ]
  ]
  "seller_receivable_breakdown" => [
    "gross_amount" => [
      "currency_code" => "EUR"
      "value" => "2463.08"
    ]
    "paypal_fee" => [
      "currency_code" => "EUR"
      "value" => "29.91"
    ]
    "net_amount" => [
      "currency_code" => "EUR"
      "value" => "2433.17"
    ]
  ]
  "invoice_id" => "MacTrade1846093395"
  "custom_id" => "{"orderTransactionId":"fee66400770742f797ac2accdf187193","pluginVersion":"6.5.0","shopwareVersion":"6.4.20.0"}"
  "status" => "COMPLETED"
  "supplementary_data" => [
    "related_ids" => [
      "order_id" => "8S6528046N607210L"
    ]
  ]
  "payee" => [
    "email_address" => "paypal@mactrade.de"
    "merchant_id" => "BXYR2EHMLNGQ2"
  ]
  "create_time" => "2025-01-21T13:33:23Z"
  "update_time" => "2025-01-21T13:33:23Z"
  "links" => [
    [
      "href" => "https://api.paypal.com/v2/payments/captures/7P664879YU994220V"
      "rel" => "self"
      "method" => "GET"
    ]
    [
      "href" => "https://api.paypal.com/v2/payments/captures/7P664879YU994220V/refund"
      "rel" => "refund"
      "method" => "POST"
    ]
    [
      "href" => "https://api.paypal.com/v2/checkout/orders/8S6528046N607210L"
      "rel" => "up"
      "method" => "GET"
    ]
  ]
]
resource_type
"capture"
resource_version
"2.0"
summary
"Payment completed for EUR 2463.08 EUR"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_stopwatch_token
"a84859"

Request Headers

Header Value
accept
"*/*"
content-length
"1691"
content-type
"application/json"
correlation-id
"2c04308fbf66e"
forwarded
"for="173.0.81.140";host="www.devmt.de";proto=https"
host
"www.devmt.de"
paypal-auth-algo
"SHA256withRSA"
paypal-auth-version
"v2"
paypal-cert-url
"https://api.paypal.com/v1/notifications/certs/CERT-360caa42-fca2a594-1a5f47cb"
paypal-transmission-id
"4ec75026-d7fc-11ef-ab5c-ab09d07d4d6d"
paypal-transmission-sig
"XpTiaAViyz/mA9fHKDgjgcjAZJN2FhfFgQSV3oyacwe2HAgpA+sAYJIZkpTdHM8yaQAvydURZNPqj8QlQKjEBJIM8Rf3EV4LgMigoDmLes+YRY8jLCt6SUAPb2M8UGvHs7aeQ/i59ZH6Q26Tgtg9i0w8WCBlnUrnmJu5lTdpvUc3CtshfKgWK2qLCYn5vynGQAZ+4tAPnl2aeqYNJzXZPjvd0g4AvLYHjL6d01YlhpUqhj2ftWjvDGB4gGZ1Hyv9SKn9T8VotlbHQ0MlwalhEFHrJECbgOvNHfazNdfgeYuoI1m0z5VD27OYEFRTCEUN1UjERr1ELs6QnQ8hIx86Xg=="
paypal-transmission-time
"2025-01-21T13:33:32Z"
surrogate-capability
"symfony="ESI/1.0""
user-agent
"PayPal/AUHR-214.0-58816597"
x-b3-spanid
"b6d6afc948d83e7d"
x-forwarded-for
"173.0.81.140"
x-php-ob-level
"1"

Request Content

Pretty

{
    "id": "WH-5V435386GG560832J-71K5031064726310B",
    "event_version": "1.0",
    "create_time": "2025-01-21T13:33:27.484Z",
    "resource_type": "capture",
    "resource_version": "2.0",
    "event_type": "PAYMENT.CAPTURE.COMPLETED",
    "summary": "Payment completed for EUR 2463.08 EUR",
    "resource": {
        "id": "7P664879YU994220V",
        "amount": {
            "currency_code": "EUR",
            "value": "2463.08"
        },
        "final_capture": true,
        "seller_protection": {
            "status": "ELIGIBLE",
            "dispute_categories": [
                "ITEM_NOT_RECEIVED",
                "UNAUTHORIZED_TRANSACTION"
            ]
        },
        "seller_receivable_breakdown": {
            "gross_amount": {
                "currency_code": "EUR",
                "value": "2463.08"
            },
            "paypal_fee": {
                "currency_code": "EUR",
                "value": "29.91"
            },
            "net_amount": {
                "currency_code": "EUR",
                "value": "2433.17"
            }
        },
        "invoice_id": "MacTrade1846093395",
        "custom_id": "{\"orderTransactionId\":\"fee66400770742f797ac2accdf187193\",\"pluginVersion\":\"6.5.0\",\"shopwareVersion\":\"6.4.20.0\"}",
        "status": "COMPLETED",
        "supplementary_data": {
            "related_ids": {
                "order_id": "8S6528046N607210L"
            }
        },
        "payee": {
            "email_address": "paypal@mactrade.de",
            "merchant_id": "BXYR2EHMLNGQ2"
        },
        "create_time": "2025-01-21T13:33:23Z",
        "update_time": "2025-01-21T13:33:23Z",
        "links": [
            {
                "href": "https:\/\/api.paypal.com\/v2\/payments\/captures\/7P664879YU994220V",
                "rel": "self",
                "method": "GET"
            },
            {
                "href": "https:\/\/api.paypal.com\/v2\/payments\/captures\/7P664879YU994220V\/refund",
                "rel": "refund",
                "method": "POST"
            },
            {
                "href": "https:\/\/api.paypal.com\/v2\/checkout\/orders\/8S6528046N607210L",
                "rel": "up",
                "method": "GET"
            }
        ]
    },
    "links": [
        {
            "href": "https:\/\/api.paypal.com\/v1\/notifications\/webhooks-events\/WH-5V435386GG560832J-71K5031064726310B",
            "rel": "self",
            "method": "GET"
        },
        {
            "href": "https:\/\/api.paypal.com\/v1\/notifications\/webhooks-events\/WH-5V435386GG560832J-71K5031064726310B\/resend",
            "rel": "resend",
            "method": "POST"
        }
    ]
}

Raw

{"id":"WH-5V435386GG560832J-71K5031064726310B","event_version":"1.0","create_time":"2025-01-21T13:33:27.484Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for EUR 2463.08 EUR","resource":{"id":"7P664879YU994220V","amount":{"currency_code":"EUR","value":"2463.08"},"final_capture":true,"seller_protection":{"status":"ELIGIBLE","dispute_categories":["ITEM_NOT_RECEIVED","UNAUTHORIZED_TRANSACTION"]},"seller_receivable_breakdown":{"gross_amount":{"currency_code":"EUR","value":"2463.08"},"paypal_fee":{"currency_code":"EUR","value":"29.91"},"net_amount":{"currency_code":"EUR","value":"2433.17"}},"invoice_id":"MacTrade1846093395","custom_id":"{\"orderTransactionId\":\"fee66400770742f797ac2accdf187193\",\"pluginVersion\":\"6.5.0\",\"shopwareVersion\":\"6.4.20.0\"}","status":"COMPLETED","supplementary_data":{"related_ids":{"order_id":"8S6528046N607210L"}},"payee":{"email_address":"paypal@mactrade.de","merchant_id":"BXYR2EHMLNGQ2"},"create_time":"2025-01-21T13:33:23Z","update_time":"2025-01-21T13:33:23Z","links":[{"href":"https://api.paypal.com/v2/payments/captures/7P664879YU994220V","rel":"self","method":"GET"},{"href":"https://api.paypal.com/v2/payments/captures/7P664879YU994220V/refund","rel":"refund","method":"POST"},{"href":"https://api.paypal.com/v2/checkout/orders/8S6528046N607210L","rel":"up","method":"GET"}]},"links":[{"href":"https://api.paypal.com/v1/notifications/webhooks-events/WH-5V435386GG560832J-71K5031064726310B","rel":"self","method":"GET"},{"href":"https://api.paypal.com/v1/notifications/webhooks-events/WH-5V435386GG560832J-71K5031064726310B/resend","rel":"resend","method":"POST"}]}

Response

Response Headers

Header Value
access-control-allow-headers
"Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
access-control-allow-methods
"GET,POST,PUT,PATCH,DELETE"
access-control-allow-origin
"*"
access-control-expose-headers
"Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
cache-control
"no-cache, private"
content-type
"application/json"
date
"Wed, 22 Jan 2025 22:06:50 GMT"
server-timing
""
x-debug-token
"6cdc01"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def000001f8f23bf4c3a2e877b9258e405112682ef3a8f29b6407a5d0aa3794c40a0147421d819d6290861d5d1c47bc6c2ea61b390eee674be4d4fd75decd123e0243dff"
APP_URL
"https://www.devmt.de"
BLUE_GREEN_DEPLOYMENT
"0"
COMPOSER_HOME
"/var/www/vhosts/devmt.de/httpdocs/shopware-ce/var/cache/composer"
DATABASE_URL
"mysql://devmt_sw6:X!c75kn97@localhost:3306/devmt_sw6"
INSTANCE_ID
"V4BZlmGQ7wfV18k8AKEcoGEC6OwCSgQZ"
LOCK_DSN
"flock"
MAILER_URL
"null://localhost"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
"localhost:9200"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw6_prod"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"1691"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/var/www/vhosts/devmt.de/httpdocs/shopware-ce/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/devmt.de"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_CONTENT_LENGTH
"1691"
HTTP_CONTENT_TYPE
"application/json"
HTTP_CORRELATION_ID
"2c04308fbf66e"
HTTP_FORWARDED
"for="173.0.81.140";host="www.devmt.de";proto=https"
HTTP_HOST
"www.devmt.de"
HTTP_PAYPAL_AUTH_ALGO
"SHA256withRSA"
HTTP_PAYPAL_AUTH_VERSION
"v2"
HTTP_PAYPAL_CERT_URL
"https://api.paypal.com/v1/notifications/certs/CERT-360caa42-fca2a594-1a5f47cb"
HTTP_PAYPAL_TRANSMISSION_ID
"4ec75026-d7fc-11ef-ab5c-ab09d07d4d6d"
HTTP_PAYPAL_TRANSMISSION_SIG
"XpTiaAViyz/mA9fHKDgjgcjAZJN2FhfFgQSV3oyacwe2HAgpA+sAYJIZkpTdHM8yaQAvydURZNPqj8QlQKjEBJIM8Rf3EV4LgMigoDmLes+YRY8jLCt6SUAPb2M8UGvHs7aeQ/i59ZH6Q26Tgtg9i0w8WCBlnUrnmJu5lTdpvUc3CtshfKgWK2qLCYn5vynGQAZ+4tAPnl2aeqYNJzXZPjvd0g4AvLYHjL6d01YlhpUqhj2ftWjvDGB4gGZ1Hyv9SKn9T8VotlbHQ0MlwalhEFHrJECbgOvNHfazNdfgeYuoI1m0z5VD27OYEFRTCEUN1UjERr1ELs6QnQ8hIx86Xg=="
HTTP_PAYPAL_TRANSMISSION_TIME
"2025-01-21T13:33:32Z"
HTTP_USER_AGENT
"PayPal/AUHR-214.0-58816597"
HTTP_X_B3_SPANID
"b6d6afc948d83e7d"
HTTP_X_FORWARDED_FOR
"173.0.81.140"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
"sw-token=lImRbkkrRm1T6cGTOHS1ko4KA94QzFlE"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"20893"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1737583610
REQUEST_TIME_FLOAT
1737583610.2154
REQUEST_URI
"/api/_action/paypal/webhook/execute?sw-token=lImRbkkrRm1T6cGTOHS1ko4KA94QzFlE"
SCRIPT_FILENAME
"/var/www/vhosts/devmt.de/httpdocs/shopware-ce/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"116.202.123.166"
SERVER_NAME
"www.devmt.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.26.2"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/devmt.de/httpdocs/shopware-ce/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,MAILER_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,COMPOSER_HOME,SHOPWARE_ES_HOSTS,SHOPWARE_CDN_STRATEGY_DEFAULT"
USER
"devmt.de"