Disputes
Order Report Issued
deprecated
Deprecated. Use order.dispute.created and order.dispute.updated instead.
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"