You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Calloutvariant="warning"title="Verify All Webhook Data Onchain">
13
+
**When using webhooks to distribute purchased items, always verify that the proper amount was paid to the proper address onchain using the provided transaction hash. Do not make any assumptions regarding onchain data based on webhook payloads.**
14
+
</Callout>
15
+
12
16
You can create a webhook in your project dashboard under the Universal Bridge tab. You'll be prompted to copy a secret key before saving the webhook. This will be used for verification on all webhook requests received by your backend.
13
17
14
18
## Response Objects
@@ -120,4 +124,3 @@ The `x-timestamp` header is a UNIX timestamp in seconds, and the webhook body is
120
124
121
125
Then verify that the signature matches the `x-payload-signature` header.
122
126
123
-
**When using webhooks to distribute purchased items, always verify that the proper amount was paid to the proper address.**
0 commit comments