Error 404 Not Found

POST https://wasserbetten-haase.de/api/v3/_action/paypal/webhook/execute?sw-token=YhIdwBKs86dTfLQcp2tWUZaMIr1YLmDa

Request / Response

Request

GET Parameters

Key Value
sw-token
"YhIdwBKs86dTfLQcp2tWUZaMIr1YLmDa"

POST Parameters

Key Value
create_time
"2024-12-27T13:52:18.612Z"
event_type
"PAYMENT.CAPTURE.COMPLETED"
event_version
"1.0"
id
"WH-84U45329X0924154W-4X536752UV1495144"
links
[
  [
    "href" => "https://api.paypal.com/v1/notifications/webhooks-events/WH-84U45329X0924154W-4X536752UV1495144"
    "rel" => "self"
    "method" => "GET"
  ]
  [
    "href" => "https://api.paypal.com/v1/notifications/webhooks-events/WH-84U45329X0924154W-4X536752UV1495144/resend"
    "rel" => "resend"
    "method" => "POST"
  ]
]
resource
[
  "id" => "9CB2027359886705K"
  "amount" => [
    "currency_code" => "EUR"
    "value" => "15.90"
  ]
  "final_capture" => true
  "seller_protection" => [
    "status" => "ELIGIBLE"
    "dispute_categories" => [
      "ITEM_NOT_RECEIVED"
      "UNAUTHORIZED_TRANSACTION"
    ]
  ]
  "seller_receivable_breakdown" => [
    "gross_amount" => [
      "currency_code" => "EUR"
      "value" => "15.90"
    ]
    "paypal_fee" => [
      "currency_code" => "EUR"
      "value" => "0.87"
    ]
    "net_amount" => [
      "currency_code" => "EUR"
      "value" => "15.03"
    ]
  ]
  "invoice_id" => "Wasserbetten-Haase.deSW20544"
  "custom_id" => "{"orderTransactionId":"0194086397ca716da4dd6f6795fa0510","pluginVersion":"9.6.4","shopwareVersion":"6.6.8.1"}"
  "status" => "COMPLETED"
  "supplementary_data" => [
    "related_ids" => [
      "order_id" => "0PF97784CU014901N"
    ]
  ]
  "payee" => [
    "email_address" => "info@betten-center-zwickau.de"
    "merchant_id" => "J5XP7N5NTSQL6"
  ]
  "create_time" => "2024-12-27T13:52:14Z"
  "update_time" => "2024-12-27T13:52:14Z"
  "links" => [
    [
      "href" => "https://api.paypal.com/v2/payments/captures/9CB2027359886705K"
      "rel" => "self"
      "method" => "GET"
    ]
    [
      "href" => "https://api.paypal.com/v2/payments/captures/9CB2027359886705K/refund"
      "rel" => "refund"
      "method" => "POST"
    ]
    [
      "href" => "https://api.paypal.com/v2/checkout/orders/0PF97784CU014901N"
      "rel" => "up"
      "method" => "GET"
    ]
  ]
]
resource_type
"capture"
resource_version
"2.0"
summary
"Payment completed for EUR 15.9 EUR"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_stopwatch_token
"28d93a"

Request Headers

Header Value
accept
"*/*"
content-length
"1701"
content-type
"application/json"
correlation-id
"ffb78ddb19f8b"
forwarded
"for="173.0.81.140";host="wasserbetten-haase.de";proto=https"
host
"wasserbetten-haase.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
"cbabc4b2-c459-11ef-a408-5bbe831ef82f"
paypal-transmission-sig
"kizObVRPXTwzPsRuXP2OgSde4A7R5fO+6wGQ3mRzBhRwl/LvYn11QbDwZUfuV6j0eyjhUX9yXwH8ZTyXlsbjYgOz4yOGTWLklXBdOnvh5Nf1eIgreWGjuSfWR7S5AhSL5w6qJzL2eSSCK2ALtlETRcu/fzWWUFYTM6FHe/e/gE9n/F1F5BZHY0dOVO2YCdn4Pg0pSeSNmalkJ4en5b2qYhk9H2zyzqVLw+vXTAHFe03t3JbatjvzhtgxuqTXxrNKTKpp/ZrbDARcTgvjFqUn/bY2NP/ETuccSbfafsua4mfEMt7FH5Z18jYsU0QLj6O2N5LdGtRg/srr8sSrl+k79Q=="
paypal-transmission-time
"2024-12-27T13:52:21Z"
surrogate-capability
"symfony="ESI/1.0""
user-agent
"PayPal/AUHR-214.0-58712720"
x-b3-spanid
"d74b9bdbf1439ab3"
x-forwarded-for
"173.0.81.140"
x-php-ob-level
"1"

Request Content

Pretty

{
    "id": "WH-84U45329X0924154W-4X536752UV1495144",
    "event_version": "1.0",
    "create_time": "2024-12-27T13:52:18.612Z",
    "resource_type": "capture",
    "resource_version": "2.0",
    "event_type": "PAYMENT.CAPTURE.COMPLETED",
    "summary": "Payment completed for EUR 15.9 EUR",
    "resource": {
        "id": "9CB2027359886705K",
        "amount": {
            "currency_code": "EUR",
            "value": "15.90"
        },
        "final_capture": true,
        "seller_protection": {
            "status": "ELIGIBLE",
            "dispute_categories": [
                "ITEM_NOT_RECEIVED",
                "UNAUTHORIZED_TRANSACTION"
            ]
        },
        "seller_receivable_breakdown": {
            "gross_amount": {
                "currency_code": "EUR",
                "value": "15.90"
            },
            "paypal_fee": {
                "currency_code": "EUR",
                "value": "0.87"
            },
            "net_amount": {
                "currency_code": "EUR",
                "value": "15.03"
            }
        },
        "invoice_id": "Wasserbetten-Haase.deSW20544",
        "custom_id": "{\"orderTransactionId\":\"0194086397ca716da4dd6f6795fa0510\",\"pluginVersion\":\"9.6.4\",\"shopwareVersion\":\"6.6.8.1\"}",
        "status": "COMPLETED",
        "supplementary_data": {
            "related_ids": {
                "order_id": "0PF97784CU014901N"
            }
        },
        "payee": {
            "email_address": "info@betten-center-zwickau.de",
            "merchant_id": "J5XP7N5NTSQL6"
        },
        "create_time": "2024-12-27T13:52:14Z",
        "update_time": "2024-12-27T13:52:14Z",
        "links": [
            {
                "href": "https:\/\/api.paypal.com\/v2\/payments\/captures\/9CB2027359886705K",
                "rel": "self",
                "method": "GET"
            },
            {
                "href": "https:\/\/api.paypal.com\/v2\/payments\/captures\/9CB2027359886705K\/refund",
                "rel": "refund",
                "method": "POST"
            },
            {
                "href": "https:\/\/api.paypal.com\/v2\/checkout\/orders\/0PF97784CU014901N",
                "rel": "up",
                "method": "GET"
            }
        ]
    },
    "links": [
        {
            "href": "https:\/\/api.paypal.com\/v1\/notifications\/webhooks-events\/WH-84U45329X0924154W-4X536752UV1495144",
            "rel": "self",
            "method": "GET"
        },
        {
            "href": "https:\/\/api.paypal.com\/v1\/notifications\/webhooks-events\/WH-84U45329X0924154W-4X536752UV1495144\/resend",
            "rel": "resend",
            "method": "POST"
        }
    ]
}

Raw

{"id":"WH-84U45329X0924154W-4X536752UV1495144","event_version":"1.0","create_time":"2024-12-27T13:52:18.612Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for EUR 15.9 EUR","resource":{"id":"9CB2027359886705K","amount":{"currency_code":"EUR","value":"15.90"},"final_capture":true,"seller_protection":{"status":"ELIGIBLE","dispute_categories":["ITEM_NOT_RECEIVED","UNAUTHORIZED_TRANSACTION"]},"seller_receivable_breakdown":{"gross_amount":{"currency_code":"EUR","value":"15.90"},"paypal_fee":{"currency_code":"EUR","value":"0.87"},"net_amount":{"currency_code":"EUR","value":"15.03"}},"invoice_id":"Wasserbetten-Haase.deSW20544","custom_id":"{\"orderTransactionId\":\"0194086397ca716da4dd6f6795fa0510\",\"pluginVersion\":\"9.6.4\",\"shopwareVersion\":\"6.6.8.1\"}","status":"COMPLETED","supplementary_data":{"related_ids":{"order_id":"0PF97784CU014901N"}},"payee":{"email_address":"info@betten-center-zwickau.de","merchant_id":"J5XP7N5NTSQL6"},"create_time":"2024-12-27T13:52:14Z","update_time":"2024-12-27T13:52:14Z","links":[{"href":"https://api.paypal.com/v2/payments/captures/9CB2027359886705K","rel":"self","method":"GET"},{"href":"https://api.paypal.com/v2/payments/captures/9CB2027359886705K/refund","rel":"refund","method":"POST"},{"href":"https://api.paypal.com/v2/checkout/orders/0PF97784CU014901N","rel":"up","method":"GET"}]},"links":[{"href":"https://api.paypal.com/v1/notifications/webhooks-events/WH-84U45329X0924154W-4X536752UV1495144","rel":"self","method":"GET"},{"href":"https://api.paypal.com/v1/notifications/webhooks-events/WH-84U45329X0924154W-4X536752UV1495144/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
"Sat, 28 Dec 2024 08:18:36 GMT"
server-timing
""
x-debug-token
"a2dd19"

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
"def00000caa7f3fe25b3d7f61c496c46bc9865b2c0c5a0942d7988be509806a0c0c087c1e431a967e5cdb450cb49a8a409390804a755b3e15e7505a205c4855e5da5443d"
APP_URL
"https://wasserbetten-haase.de"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/www/html/shopware/var/cache/composer"
DATABASE_URL
"mysql://shopware:LYeAIIhl6Kg1gsN88@localhost:3306/shopwaredb"
INSTANCE_ID
"VD31RLn6oqV1Loj6yzrYtjPatdyZtAfg"
LOCK_DSN
"flock"
MAILER_URL
"null://localhost"
OPENSEARCH_URL
"http://localhost:9200"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
""
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"0"
SHOPWARE_HTTP_DEFAULT_TTL
"86400"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"1701"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/home/wasserbetten-haase/public_html/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_CONTENT_LENGTH
"1701"
HTTP_CONTENT_TYPE
"application/json"
HTTP_CORRELATION_ID
"ffb78ddb19f8b"
HTTP_FORWARDED
"for="173.0.81.140";host="wasserbetten-haase.de";proto=https"
HTTP_HOST
"wasserbetten-haase.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
"cbabc4b2-c459-11ef-a408-5bbe831ef82f"
HTTP_PAYPAL_TRANSMISSION_SIG
"kizObVRPXTwzPsRuXP2OgSde4A7R5fO+6wGQ3mRzBhRwl/LvYn11QbDwZUfuV6j0eyjhUX9yXwH8ZTyXlsbjYgOz4yOGTWLklXBdOnvh5Nf1eIgreWGjuSfWR7S5AhSL5w6qJzL2eSSCK2ALtlETRcu/fzWWUFYTM6FHe/e/gE9n/F1F5BZHY0dOVO2YCdn4Pg0pSeSNmalkJ4en5b2qYhk9H2zyzqVLw+vXTAHFe03t3JbatjvzhtgxuqTXxrNKTKpp/ZrbDARcTgvjFqUn/bY2NP/ETuccSbfafsua4mfEMt7FH5Z18jYsU0QLj6O2N5LdGtRg/srr8sSrl+k79Q=="
HTTP_PAYPAL_TRANSMISSION_TIME
"2024-12-27T13:52:21Z"
HTTP_USER_AGENT
"PayPal/AUHR-214.0-58712720"
HTTP_X_B3_SPANID
"d74b9bdbf1439ab3"
HTTP_X_FORWARDED_FOR
"173.0.81.140"
PHP_SELF
"/index.php"
QUERY_STRING
"sw-token=YhIdwBKs86dTfLQcp2tWUZaMIr1YLmDa"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"14994"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1735373916
REQUEST_TIME_FLOAT
1735373916.7312
REQUEST_URI
"/api/v3/_action/paypal/webhook/execute?sw-token=YhIdwBKs86dTfLQcp2tWUZaMIr1YLmDa"
SCRIPT_FILENAME
"/home/wasserbetten-haase/public_html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"88.99.184.37"
SERVER_NAME
"wasserbetten-haase.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_PATH
"/home/wasserbetten-haase/public_html/.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,LOCK_DSN,COMPOSER_HOME,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,SHOPWARE_ES_HOSTS,SHOPWARE_CDN_STRATEGY_DEFAULT"
USER
"www-data"