Skip to main content
WEBHOOK
/
payment
/
webhookdefinedbyuser
{
  "ProjectGuid": "XXXXX-XXXXX-XXXXX",
  "Quantity": 1,
  "Products": [
    "XXXXX-XXXXX-XXXXX"
  ],
  "Details": [
    {
      "Token": "8199752919166479225",
      "Attributes": [
        {
          "IsDynamic": "true",
          "Name": "AAAAAA",
          "Value": "BBBBBB"
        }
      ]
    }
  ],
  "PaymentGuid": "XXXXX-XXXXX-XXXXXX",
  "UserID": "The UserID"
}

Body

application/json

Payment completed event payload

ProjectGuid
string
required

The GUID of the game

Quantity
integer
required

Number of products purchased

Products
string[]
required

List of product GUIDs

Details
array
required

If item is platform managed, details of the item(s) will be shown

PaymentGuid
string
required

Unique payment identifier

UserID
string
required

The user’s ID in your system

Response

200

Return 200 to acknowledge receipt