Orders
Currency Order Purchased
GameBoost notifies you when a customer places a currency order.
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"