/organization/subscribe/plans/{Plan_Code}
curl --location --request GET 'https://api.vidinfra.com/organization/subscribe/plans/daily-01'
{
"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
}