We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c019d0 commit 03f1585Copy full SHA for 03f1585
apps/portal/src/app/connect/pay/webhooks/page.mdx
@@ -119,3 +119,5 @@ const signature = crypto
119
The `x-timestamp` header is a UNIX timestamp in seconds, and the webhook body is the JSON payload received by your webhook endpoint.
120
121
Then verify that the signature matches the `x-payload-signature` header.
122
+
123
+**When using webhooks to distribute purchased items, always verify that the proper amount was paid to the proper address.**
0 commit comments