# Renew subscription

Endpoint: POST /api/user/v1/projects/{project_id}/subscriptions/{subscription_id}/renew
Version: 2.0
Security: projectUserJwtAuth

## Path parameters:

  - `subscription_id` (integer, required)

  - `project_id` (integer, required)

## Request fields (application/json):

  - `custom_parameters` (object,null)
    You can pass additional parameters in the token

  - `settings` (any,null)

  - `steam_user_id` (string,null)

## Response 200 fields (application/json):

  - `link_to_ps` (string, required)
    Example: "https://secure.xsolla.com/paystation2/?access_token=<access_token>"


## Response 400 fields

## Response 404 fields
