Xsolla-logo

Update return URL

put/projects/{project_id}/return_url

Updates a URL the user is redirected to after making a payment.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Request Body schema: application/json
return_url
string

URL to redirect a user to after a successful payment. For mobile apps, it might be а URL or a path within the app itself (e.g.: app://home).

Responses
204

No Content.

404

Not Found.

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