Skip to main content
WEBHOOK
Learn more about how GameBoost handles webhooks.

Headers

Signature
string
required

HMAC-SHA256 signature of the request body using your webhook secret. Verify this to ensure the webhook is from GameBoost.

Example:

"417142a6b1c6e..."

User-Agent
string
required

The user agent of the request. Must be "GameBoost Server".

Example:

"GameBoost Server"

Body

application/json

Webhook payload dispatched every time a dispute progresses (new event, counter, escalation, resolution, closure).

event
enum<string>
required

Event type identifier

Available options:
order.dispute.updated
payload
object
required

Current dispute case state plus the event that triggered this webhook.

Response

Webhook received successfully. Return 200 to acknowledge receipt.

status
string
Example:

"success"