Subscription's products
정기 결제 API (2.0)
- Version: 2.0
- Servers:
https://api.xsolla.com/merchant/v2/
This API reference describes endpoints for managing subscriptions, coupons, and promotions. To get more information about Subscriptions, see the product guide and the glossary.
OpenAPI 설명 다운로드
언어
서버
Mock server
https://xsolla.redocly.app/_mock/ko/api/subscriptions/
- https://subscriptions.xsolla.com/api/public/v1/projects/{project_id}/products
- Mock serverhttps://xsolla.redocly.app/_mock/ko/api/subscriptions/api/public/v1/projects/{project_id}/products
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://xsolla.redocly.app/_mock/ko/api/subscriptions/api/public/v1/projects/{project_id}/products?limit=0&offset=0&locale=string'- https://subscriptions.xsolla.com/api/public/v1/projects/{project_id}/products/{productId}/user_plans
- Mock serverhttps://xsolla.redocly.app/_mock/ko/api/subscriptions/api/public/v1/projects/{project_id}/products/{productId}/user_plans
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://xsolla.redocly.app/_mock/ko/api/subscriptions/api/public/v1/projects/{project_id}/products/{productId}/user_plans?plan_id=0&plan_external_id=string&limit=0&offset=0&locale=string&country=string'응답
application/json
{ "has_more": "false", "items": [] }
- https://subscriptions.xsolla.com/api/public/v1/projects/{project_id}/user_plans
- Mock serverhttps://xsolla.redocly.app/_mock/ko/api/subscriptions/api/public/v1/projects/{project_id}/user_plans
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://xsolla.redocly.app/_mock/ko/api/subscriptions/api/public/v1/projects/{project_id}/user_plans?plan_id=0&plan_external_id=string&limit=0&offset=0&locale=string&country=string'응답
application/json
{ "has_more": "false", "items": [] }