There was an error while loading. Please reload this page.
1 parent a590fa1 commit bc73c2bCopy full SHA for bc73c2b
1 file changed
server-partner-program/purchase-webhooks.mdx
@@ -70,12 +70,25 @@ of the setup process.
70
{
71
"id": 5362597, // Internal ID of the package purchased. This should be a stable identifier.
72
"name": "Purple Prison (Hearts)", // Name of the package purchased.
73
- "quantity": 1 // Quantity purchased
+ "quantity": 1, // Quantity purchased
74
+ "paidIntoWallet": 9.84, // How much Lunar Client received after fees/taxes/etc.
75
+ "cosmeticSplits": [
76
+ {
77
+ "partner": {
78
+ "id": 23,
79
+ "name": "Purple Prison"
80
+ },
81
+ "percent": 0.5,
82
+ "payout": 4.92
83
+ }
84
+ ]
85
},
86
87
"id": 5362600,
88
"name": "Purple Prison Necklace",
- "quantity": 1
89
+ "quantity": 1,
90
+ "paidIntoWallet": 9.84,
91
+ "cosmeticSplits": []
92
}
93
],
94
"customer": {
0 commit comments