[
  {
    "name": "Basic Payment Form",
    "desc": "A simple one-time payment form with name, email, and a custom amount field. Uses Checkout Redirect — configure the Stripe Checkout Redirection tab after setup.",
    "plan": "free",
    "type": "redirect",
    "preview": "https://placehold.co/400x220/e2e8f0/475569?text=Basic+Payment+Form",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Amount ($)\n    [number* price-amount min:1 \"19\"]</label>\n\n<label>Message (optional)\n    [textarea your-message]</label>\n\n[submit \"Pay Now\"]",
    "payment_settings": {
      "redirect_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[price-amount]"
      }
    }
  },
  {
    "name": "Custom Donation Form",
    "desc": "A donation form with preset giving amounts as radio buttons and a free-entry custom field. Uses Checkout Redirect — map the Amount Field to the selected radio value.",
    "plan": "free",
    "type": "redirect",
    "preview": "https://placehold.co/400x220/e2e8f0/475569?text=Custom+Donation+Form",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Donation Amount\n    [radio price-amount use_label_element default:1 \"$10|10\" \"$25|25\" \"$50|50\" \"$100|100\"]</label>\n\n<label>Custom Amount ($) (optional)\n    [number custom-amount min:1]</label>\n\n<label>Message (optional)\n    [textarea donation-message]</label>\n\n[submit \"Donate Now\"]",
    "payment_settings": {
      "redirect_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[price-amount]"
      }
    }
  },
  {
    "name": "Simple Product Order",
    "desc": "A product order form with selectable packages, quantity input, and order notes. Uses Checkout Redirect — set Amount Field to the product select and Quantity Field to price-quantity.",
    "plan": "free",
    "type": "redirect",
    "preview": "https://placehold.co/400x220/e2e8f0/475569?text=Simple+Product+Order",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Product\n    [select* product-name \"Basic Package|19\" \"Standard Package|49\" \"Premium Package|99\"]</label>\n\n<label>Quantity\n    [number* price-quantity min:1 max:99 \"1\"]</label>\n\n<label>Order Notes\n    [textarea order-notes]</label>\n\n[submit \"Order Now\"]",
    "payment_settings": {
      "redirect_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[product-name]",
        "onetime_quantity_field": "[price-quantity]"
      }
    }
  },
  {
    "name": "Service Payment Request",
    "desc": "A service request form with service type dropdown and configurable invoice amount. Perfect for freelancers and agencies collecting upfront or milestone payments via Checkout Redirect.",
    "plan": "free",
    "type": "redirect",
    "preview": "https://placehold.co/400x220/e2e8f0/475569?text=Service+Payment+Request",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Company (optional)\n    [text your-company]</label>\n\n<label>Service\n    [select* service-type \"Web Design|500\" \"SEO Audit|200\" \"Content Writing|150\" \"Logo Design|300\"]</label>\n\n<label>Amount ($)\n    [number* price-amount min:1 \"500\"]</label>\n\n<label>Project Description\n    [textarea service-description]</label>\n\n[submit \"Request & Pay\"]",
    "payment_settings": {
      "redirect_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[price-amount]"
      }
    }
  },
  {
    "name": "Event Registration with Card",
    "desc": "An event registration form with event selection, ticket quantity, and an inline Stripe credit card field for instant on-site payment. Ideal for races, conferences, or workshops. Requires Pro.",
    "plan": "pro",
    "type": "credit-card",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Event+Registration+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Event\n    [select* event \"Morning Run ($25)|25\" \"Evening Walk ($15)|15\" \"Triathlon ($50)|50\"]</label>\n\n<label>Tickets\n    [number* price-quantity min:1 max:10 \"1\"]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Register & Pay\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[event]",
        "onetime_quantity_field": "[price-quantity]"
      }
    }
  },
  {
    "name": "Appointment Booking & Card Payment",
    "desc": "A booking form with service selection, preferred date picker, notes, and inline credit card payment. Ideal for salons, spas, clinics, or any appointment-based business. Requires Pro.",
    "plan": "pro",
    "type": "credit-card",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Appointment+Booking+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Phone\n    [tel* your-phone]</label>\n\n<label>Service\n    [select* service-type \"Haircut ($30)|30\" \"Facial ($60)|60\" \"Massage ($80)|80\"]</label>\n\n<label>Preferred Date\n    [date* appointment-date]</label>\n\n<label>Notes\n    [textarea appointment-notes]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Book & Pay\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[service-type]"
      }
    }
  },
  {
    "name": "Online Course Enrollment",
    "desc": "A course enrollment form with course selection, optional coupon code, and inline Stripe credit card payment. Great for e-learning platforms and online educators. Requires Pro.",
    "plan": "pro",
    "type": "credit-card",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Course+Enrollment+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Course\n    [select* course-name \"Web Development Fundamentals ($99)|99\" \"Advanced JavaScript ($149)|149\" \"UX Design Bootcamp ($199)|199\"]</label>\n\n<label>Coupon Code (optional)\n    [text coupon-code]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Enroll Now\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[course-name]"
      }
    }
  },
  {
    "name": "Photography Session Deposit",
    "desc": "A session deposit form for photographers and creative studios. Clients choose a session type, pick a date, and pay the deposit inline with a credit card. Requires Pro.",
    "plan": "pro",
    "type": "credit-card",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Photography+Deposit+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Session Type\n    [select* session-type \"Portrait ($150)|150\" \"Wedding Coverage ($500)|500\" \"Product Photography ($300)|300\"]</label>\n\n<label>Preferred Date\n    [date* session-date]</label>\n\n<label>Location / Notes\n    [textarea session-notes]</label>\n\n<label>Deposit Payment\n    [stripe_credit_card my-card]</label>\n\n[submit \"Confirm & Pay Deposit\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[session-type]"
      }
    }
  },
  {
    "name": "Multi-Method Product Checkout",
    "desc": "A product checkout form supporting 40+ payment methods via Stripe Payment Element — cards, Google Pay, Apple Pay, Klarna, and more — in a single elegant tabs interface. Requires Pro.",
    "plan": "pro",
    "type": "payment-element",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Multi-Method+Checkout+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Product\n    [select* product-name \"Starter Kit ($29)|29\" \"Pro Bundle ($79)|79\" \"Enterprise ($199)|199\"]</label>\n\n<label>Quantity\n    [number* price-quantity min:1 max:99 \"1\"]</label>\n\n<label>Payment Method\n    [stripe_payment_element my-payment payment_methods:automatic theme:stripe layout:tabs]</label>\n\n[submit \"Checkout\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[product-name]",
        "onetime_quantity_field": "[price-quantity]"
      }
    }
  },
  {
    "name": "Multi-Method Donation Form",
    "desc": "A donation form that lets donors pay with their preferred method — cards, wallets, or local options — using Stripe Payment Element in tabs layout. Requires Pro.",
    "plan": "pro",
    "type": "payment-element",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Multi-Method+Donation+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Donation Amount ($)\n    [number* price-amount min:1 \"25\"]</label>\n\n<label>Message (optional)\n    [textarea donation-message]</label>\n\n<label>Payment Method\n    [stripe_payment_element my-payment payment_methods:automatic theme:stripe layout:tabs]</label>\n\n[submit \"Donate\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[price-amount]"
      }
    }
  },
  {
    "name": "Workshop Registration",
    "desc": "A workshop or webinar signup form with session selection, attendee count, special requirements, and multi-method Stripe payment. Great for trainers and learning events. Requires Pro.",
    "plan": "pro",
    "type": "payment-element",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Workshop+Registration+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Workshop\n    [select* workshop \"React Essentials ($49)|49\" \"Node.js Crash Course ($69)|69\" \"Full-Stack Bootcamp ($129)|129\"]</label>\n\n<label>Attendees\n    [number* price-quantity min:1 max:5 \"1\"]</label>\n\n<label>Special Requirements\n    [textarea special-requirements]</label>\n\n<label>Payment Method\n    [stripe_payment_element my-payment payment_methods:automatic theme:stripe layout:tabs]</label>\n\n[submit \"Register\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[workshop]",
        "onetime_quantity_field": "[price-quantity]"
      }
    }
  },
  {
    "name": "Consulting Invoice Payment",
    "desc": "A professional B2B invoice payment form with company, invoice number, and amount. Features an accordion-layout Payment Element for a clean multi-method checkout experience. Requires Pro.",
    "plan": "pro",
    "type": "payment-element",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Invoice+Payment+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Company\n    [text* your-company]</label>\n\n<label>Invoice Number\n    [text* invoice-number]</label>\n\n<label>Amount Due ($)\n    [number* price-amount min:1 \"500\"]</label>\n\n<label>Payment Method\n    [stripe_payment_element my-payment payment_methods:automatic theme:stripe layout:accordion accordion_radio accordion_spaced]</label>\n\n[submit \"Pay Invoice\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "onetime",
        "email_field": "[your-email]",
        "onetime_amount_field": "[price-amount]"
      }
    }
  },
  {
    "name": "Monthly Membership Signup",
    "desc": "A membership registration form with tiered plan selection and automatic monthly recurring billing via Stripe. Ideal for clubs, communities, and membership sites. Requires Pro.",
    "plan": "pro",
    "type": "subscription",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Monthly+Membership+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Membership Plan\n    [radio membership-plan use_label_element default:1 \"Basic - $9/mo|9\" \"Standard - $19/mo|19\" \"Premium - $49/mo|49\"]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Join Now\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "subscription",
        "email_field": "[your-email]",
        "sub_amount_field": "[membership-plan]",
        "sub_interval_field": "month",
        "sub_interval_count_field": "1"
      }
    }
  },
  {
    "name": "SaaS Plan Subscription",
    "desc": "A SaaS sign-up form with plan selection and billing cycle toggle (monthly or yearly). Drives recurring revenue with automated Stripe subscription billing. Requires Pro.",
    "plan": "pro",
    "type": "subscription",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=SaaS+Subscription+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Plan\n    [radio plan use_label_element default:1 \"Starter - $19/mo|19\" \"Pro - $49/mo|49\" \"Business - $99/mo|99\"]</label>\n\n<label>Billing Cycle\n    [radio interval use_label_element default:1 \"Monthly|month\" \"Yearly (save 20%)|year\"]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Start Subscription\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "subscription",
        "email_field": "[your-email]",
        "sub_amount_field": "[plan]",
        "sub_interval_field": "[interval]",
        "sub_interval_count_field": "1"
      }
    }
  },
  {
    "name": "Newsletter Paid Subscription",
    "desc": "A paid newsletter subscription form with supporter tiers. Helps content creators and independent publishers monetize their audience with Stripe recurring billing. Requires Pro.",
    "plan": "pro",
    "type": "subscription",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Newsletter+Subscription+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Subscription Tier\n    [radio tier use_label_element default:2 \"Free Reader|0\" \"Supporter - $5/mo|5\" \"Patron - $15/mo|15\"]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Subscribe\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "subscription",
        "email_field": "[your-email]",
        "sub_amount_field": "[tier]",
        "sub_interval_field": "month",
        "sub_interval_count_field": "1"
      }
    }
  },
  {
    "name": "Gym Membership",
    "desc": "A gym or fitness studio signup form with membership tier selection and billing frequency (monthly or yearly). Automates recurring revenue with Stripe subscriptions. Requires Pro.",
    "plan": "pro",
    "type": "subscription",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Gym+Membership+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Phone\n    [tel* your-phone]</label>\n\n<label>Membership Type\n    [radio membership-type use_label_element default:1 \"Basic ($25/mo)|25\" \"All-Access ($45/mo)|45\" \"VIP ($85/mo)|85\"]</label>\n\n<label>Billing Frequency\n    [radio interval use_label_element default:1 \"Monthly|month\" \"Yearly|year\"]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Sign Up\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "subscription",
        "email_field": "[your-email]",
        "sub_amount_field": "[membership-type]",
        "sub_interval_field": "[interval]",
        "sub_interval_count_field": "1"
      }
    }
  },
  {
    "name": "Charity Donation - One-time or Monthly",
    "desc": "A flexible charity donation form using Stripe Flex mode. Donors choose between a one-time gift or ongoing monthly giving, with preset amounts or a custom entry. Requires Pro.",
    "plan": "pro",
    "type": "flex",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Charity+Donation+Flex+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Donation Type\n    [radio donation-type use_label_element default:1 \"One-time Gift|one_time\" \"Monthly Giving|subscription\"]</label>\n\n<label>Amount\n    [radio price-amount use_label_element default:2 \"$10|10\" \"$25|25\" \"$50|50\" \"$100|100\"]</label>\n\n<label>Custom Amount ($)\n    [number custom-amount min:1]</label>\n\n<label>Message (optional)\n    [textarea donation-message]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Donate\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "flex",
        "email_field": "[your-email]",
        "onetime_amount_field": "[price-amount]",
        "sub_amount_field": "[price-amount]",
        "sub_interval_field": "month",
        "sub_interval_count_field": "1",
        "payment_type_condition_field": "[donation-type]",
        "condition_operation": "eq",
        "condition_value": "subscription"
      }
    }
  },
  {
    "name": "Content Creator Support",
    "desc": "A creator support form letting fans send a one-time tip or pledge recurring monthly backing. Uses Stripe Flex mode for dynamic payment type selection. Requires Pro.",
    "plan": "pro",
    "type": "flex",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Creator+Support+Flex+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Support Type\n    [radio support-type use_label_element default:1 \"One-time Tip|one_time\" \"Monthly Support|subscription\"]</label>\n\n<label>Amount\n    [radio price-amount use_label_element default:2 \"$3|3\" \"$5|5\" \"$10|10\" \"$20|20\"]</label>\n\n<label>Message to Creator (optional)\n    [textarea support-message]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Send Support\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "flex",
        "email_field": "[your-email]",
        "onetime_amount_field": "[price-amount]",
        "sub_amount_field": "[price-amount]",
        "sub_interval_field": "month",
        "sub_interval_count_field": "1",
        "payment_type_condition_field": "[support-type]",
        "condition_operation": "eq",
        "condition_value": "subscription"
      }
    }
  },
  {
    "name": "Community Membership",
    "desc": "A community access form offering a lifetime one-time purchase or annual recurring membership. Uses Stripe Flex mode to handle both payment types in a single clean form. Requires Pro.",
    "plan": "pro",
    "type": "flex",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Community+Membership+Flex+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Membership Option\n    [radio membership-option use_label_element default:1 \"Lifetime Access - one-time $99|one_time\" \"Annual Membership - $39/yr|subscription\"]</label>\n\n<label>Referral Code (optional)\n    [text referral-code]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Join Community\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "flex",
        "email_field": "[your-email]",
        "onetime_amount_field": "99",
        "sub_amount_field": "39",
        "sub_interval_field": "year",
        "sub_interval_count_field": "1",
        "payment_type_condition_field": "[membership-option]",
        "condition_operation": "eq",
        "condition_value": "subscription"
      }
    }
  },
  {
    "name": "WordPress Plugin / Theme License",
    "desc": "A software license purchase form supporting both one-time and annual renewal billing via Stripe Flex mode. Great for WordPress plugin or theme developers selling directly. Requires Pro.",
    "plan": "pro",
    "type": "flex",
    "preview": "https://placehold.co/400x220/fef3c7/92400e?text=Plugin+License+Flex+%28Pro%29",
    "demo_url": "",
    "form_code": "<label>Your Name\n    [text* your-name autocomplete:name]</label>\n\n<label>Your Email\n    [email* your-email autocomplete:email]</label>\n\n<label>Product\n    [select* product-name \"Plugin Basic License|29\" \"Plugin Pro License|79\" \"Theme License|49\" \"Bundle License|129\"]</label>\n\n<label>License Type\n    [radio license-type use_label_element default:1 \"One-time Purchase|one_time\" \"Annual Renewal|subscription\"]</label>\n\n<label>Number of Sites\n    [radio site-count use_label_element default:1 \"1 Site\" \"3 Sites\" \"Unlimited\"]</label>\n\n<label>Card Information\n    [stripe_credit_card my-card]</label>\n\n[submit \"Purchase License\"]",
    "payment_settings": {
      "form_setting": {
        "enable": "yes",
        "payment_type": "flex",
        "email_field": "[your-email]",
        "onetime_amount_field": "[product-name]",
        "sub_amount_field": "[product-name]",
        "sub_interval_field": "year",
        "sub_interval_count_field": "1",
        "payment_type_condition_field": "[license-type]",
        "condition_operation": "eq",
        "condition_value": "subscription"
      }
    }
  }
]