Projekt-ID.
Subscriptions API (2.0)
- Version: 2.0
- Servers:
https://api.xsolla.com/merchant/v2/
Diese API-Referenz beschreibt Endpunkte für die Verwaltung von Abonnements, Gutscheinen und Werbeaktionen. Weitere Informationen über Subscriptions finden Sie in der Produktanleitung und in der Begriffserläuterung.
OpenAPI-Beschreibung herunterladen
Sprachen
Server
Mock server
https://xsolla.redocly.app/_mock/de/api/subscriptions/
- Mock serverhttps://xsolla.redocly.app/_mock/de/api/subscriptions/projects/{project_id}/subscriptions/products/{product_id}
- https://api.xsolla.com/merchant/v2/projects/{project_id}/subscriptions/products/{product_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
-u <username>:<password> \
'https://xsolla.redocly.app/_mock/de/api/subscriptions/projects/{project_id}/subscriptions/products/{product_id}'- Mock serverhttps://xsolla.redocly.app/_mock/de/api/subscriptions/projects/{project_id}/subscriptions/products/{product_id}
- https://api.xsolla.com/merchant/v2/projects/{project_id}/subscriptions/products/{product_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
-u <username>:<password> \
'https://xsolla.redocly.app/_mock/de/api/subscriptions/projects/{project_id}/subscriptions/products/{product_id}' \
-H 'Content-Type: application/json' \
-d '{
"description": {
"en": "Description in English."
},
"group_id": "charge13",
"name": "Channel23"
}'Antwort
application/json
{ "description": { "en": "Description in English." }, "group_id": "charge13", "id": 1713603, "name": "Channel23" }