Sample JSON for Subscription Plan Details

A JSON snippet representing a subscription plan with details like plan ID, name, amount, Stripe IDs, and billing dates, useful for managing payments on a platform.
 avatar
unknown
json
10 months ago
422 B
18
Indexable
{
  "plan_id": 2,
  "plan_type": "month",
  "plan_name": "Premium",
  "plan_amount": "99.99",
  "stripe_product_id": "price_0S9QXpy6ZeW9MkHzJfuwsoLS",
  "stripe_customer_id": "cus_T6fSWXUIXxDdPQ",
  "transaction_id": "pi_2SAS7uy6ZeW9MkHz0WQwcBtR",
  "stripe_subscription_id": "sub_0SAS7ty6ZeW9MkHzxvzPkZvi",
  "currency": "null",
  "subscription_start_time": "23-09-2025 14:33",
  "next_billing_date": "23-10-2025 14:33"
}
Editor is loading...
Leave a Comment