Skip to content

Commit 97c3401

Browse files
chore: add transactionId field
1 parent 96eac85 commit 97c3401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server-partner-program/purchase-webhooks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ of the setup process.
6565
"date": "2024-07-04T16:54:16.515Z", // Date this webhook was created, in ISO format
6666
"type": "store.purchase.completed", // Type of this webhook. See Webhook Types section above.
6767
"subject": {
68+
"transactionId": "tbx-43016325a16605-282a5d", // Transaction ID uniquely identifying the purchase. No specific format is guaranteed.
6869
"packages": [
6970
{
7071
"id": 5362597, // Internal ID of the package purchased. This should be a stable identifier.

0 commit comments

Comments
 (0)