Skip to main content

GGR Notifications

Request

URI: /notification/ggr

Example usage: https://{callback_url}/notification/ggr

The request is executed using the POST method.

This method sends detailed information on Gross Gaming Revenue. A request is sent every 10 minutes.

Request body

NameTypeRequiredDescription
ggrEurstringYesCurrent balance, currency "Euro" is used as an example
ggrLimitstringYesAmount of GGR remaining
ggrCurrencystringYesCurrency of GGR
percentstringYesPercentage of GGR used
platformstringYesPlatform name

Response Body

NameTypeRequiredDescription
statusbooleanYesAccepted values: true
platformstringYesPlatform name
limitsobjectYesPlatform limits
limits.amountdecimalYesUser balance amount
limits.limitdecimalYesLimit amount
limits.currencystringYesPlatform currency symbol
limits.percentdecimalYesPlatform Percentage
limits.platformstringYesPlatform name
limits.categorystringYesCategory on which the limit is set
limits.invoiceCalculationbooleanYesIf true, the invoice calculation is enabled

Example of a response body

Response: /notification/ggr
{
"status": true,
"platform": "front-12multi",
"limits": [
{
"amount": 0,
"limit": 100,
"currency": "€",
"percent": 0,
"platform": "front-12multi",
"category": "casino",
"invoiceCalculation": true
},
{
"amount": 0,
"limit": 100,
"currency": "€",
"percent": 0,
"platform": "front-12multi",
"category": "sport",
"invoiceCalculation": true
}
]
}