Skip to main content
WEBHOOK
/
payment
/
webhookdefinedbyuser
{
  "ProjectGuid": "XXXXX-XXXXX-XXXXX",
  "Quantity": 1,
  "Products": [
    "XXXXX-XXXXX-XXXXX"
  ],
  "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

PaymentGuid
string
required

Unique payment identifier

UserID
string
required

The user’s ID in your system

Response

200

Return 200 to acknowledge receipt

I