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
platformstringYesPlatform name
limitsarrayYesPlatform limits
limits.*.amountdecimalYesPlatform GGR amount in current month
limits.*.limitdecimalYesLimit amount
limits.*.currencystringYesPlatform currency symbol
limits.*.percentdecimalYesPlatform percentage
limits.*.platformstringYesPlatform name
limits.*.categorystringYesCategory on which the limit is set
limits.*.invoiceCalculationbooleanYesIf true, invoice calculation is enabled

Response Body

NameTypeRequiredDescription
statusbooleanYesAccepted value: true

Example of a response body

Response: /notification/ggr
{
"status": true
}