Xsolla-logo

Zahlungs-URL aktualisieren

put/projects/{project_id}/payment_url

Aktualisiert die URL, von der das Projekt Zahlungs-Webhooks empfängt.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

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