Xsolla-logo

토글 웹훅

put/projects/{project_id}/ipn_enabled

웹훅을 활성화/비활성화합니다.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

프로젝트 ID.

Request Body schema: application/json
ipn_enabled
boolean

true인 경우, 엑솔라는 특정 이벤트 발생 시 HTTP payload를 Webhook의 구성 URL로 보냅니다. Webhook URL은 payment_url매개변수에서 설정됩니다.

Responses
204

No Content.

404

Not Found.

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