Skip to content

Instantly share code, notes, and snippets.

@aasumitro
Created July 10, 2023 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aasumitro/93bda1ba5ceb0286865992a7b9db3f77 to your computer and use it in GitHub Desktop.
Save aasumitro/93bda1ba5ceb0286865992a7b9db3f77 to your computer and use it in GitHub Desktop.
Plan Res
{
"error": false,
"code": 200,
"message": "OK",
"data": [
{
"id": "id.............",
"stripe_product_id": "id.............",
"name": "starter",
"description": "best option for personal use",
"image": "img....",
"features": [
"1 User",
"1 Job Post",
"5 Talent Searches "
],
"prices": [
{
"currency": "sgd",
"price": 390,
"recurring_interval": "year",
"recurring_interval_count": 1,
"recurring_usage_type": "licensed",
"stripe_price_id": "id.............",
"type": "recurring"
},
{
"currency": "sgd",
"price": 39,
"recurring_interval": "month",
"recurring_interval_count": 1,
"recurring_usage_type": "licensed",
"stripe_price_id": "id.............",
"type": "recurring"
}
]
},
{
"id": "id.............",
"stripe_product_id": "id.............",
"name": "growth",
"description": "relevant for multiple users",
"image": "img....",
"features": [
"5 Users",
"Unlimited Job Post",
"10 Talent Searches *",
"Custom ATS stages"
],
"prices": [
{
"currency": "sgd",
"price": 1890,
"recurring_interval": "year",
"recurring_interval_count": 1,
"recurring_usage_type": "licensed",
"stripe_price_id": "id.............",
"type": "recurring"
},
{
"currency": "sgd",
"price": 189,
"recurring_interval": "month",
"recurring_interval_count": 1,
"recurring_usage_type": "licensed",
"stripe_price_id": "id.............",
"type": "recurring"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment