Xsolla-logo

Toggle webhooks

put/projects/{project_id}/ipn_enabled

Enables/disables webhooks.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Request Body schema: application/json
ipn_enabled
boolean

If true, Xsolla will send an HTTP payload to the webhook's configured URL when certain events occur. The webhook URL is set in the payment_url parameter.

Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "ipn_enabled": true
}