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 96eac85 commit 97c3401Copy full SHA for 97c3401
server-partner-program/purchase-webhooks.mdx
@@ -65,6 +65,7 @@ of the setup process.
65
"date": "2024-07-04T16:54:16.515Z", // Date this webhook was created, in ISO format
66
"type": "store.purchase.completed", // Type of this webhook. See Webhook Types section above.
67
"subject": {
68
+ "transactionId": "tbx-43016325a16605-282a5d", // Transaction ID uniquely identifying the purchase. No specific format is guaranteed.
69
"packages": [
70
{
71
"id": 5362597, // Internal ID of the package purchased. This should be a stable identifier.
0 commit comments