15.0 Platform Store Purchase
Store purchase events contain metadata on the product purchased for a specific game. Below is the request body that will be produced in the notification:
{
tenantId: string;
type: 'store-purchase';
data: {
userId: string;
orderId: string;
productId: string;
amount: string;
productName: string;
baseId: string;
profileType: string;
status: "fulfilled";
}
}