Xsolla-logo

Update payment URL

put/projects/{project_id}/payment_url

Updates the URL where the project receives payment webhooks.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project 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"
}