discribe a plan by planCode
Developing
GET
/organization/subscribe/plans/{planCode}
Describe A Plan by Plan Code
GET
/organization/subscribe/plans/{Plan_Code}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/organization/subscribe/plans/daily-01'
Response Response Example
200 - OK - Success
{
"message": "Subscription Is Ready To Be Purchased",
"result": {
"name": "Monthly",
"code": "monthly-01",
"type": "public",
"interval": "monthly",
"currency": "USD",
"status": "active",
"description": "This is a description for Plan A",
"amount": 1000,
"trial_period_in_days": 0,
"country": "US",
"tax_rate": "usa_standard_vat-01",
"plan_matrix": "{\"feature1\": \"value1\", \"feature2\": \"value2\"}",
"advance_payment": false,
"grace_period": 0
},
"success": true
}
Request
Path Params
planCode
stringÂ
required
Example:
daily-01
Responses
Modified at 2025-06-19 04:59:01