Disputes
Order Dispute Updated
GameBoost notifies you whenever a dispute on one of your orders progresses (new event, counter, escalation, admin resolution, or closure).
WEBHOOK
Learn more about how GameBoost handles webhooks.
Headers
HMAC-SHA256 signature of the request body using your webhook secret. Verify this to ensure the webhook is from GameBoost.
Example:
"417142a6b1c6e..."
The user agent of the request. Must be "GameBoost Server".
Example:
"GameBoost Server"
Body
application/json
Response
Webhook received successfully. Return 200 to acknowledge receipt.
Example:
"success"