Xsolla-logo

更新支付URL

put/projects/{project_id}/payment_url

更新项目接收支付Webhook的URL。

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

项目ID。

Request Body schema: application/json
payment_url
string

Webhook URL。

Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "payment_url": "string"
}