Creates a plan in Stripe.

Inputs

  • Plan
    • Name (text): The name of the plan.
    • Amount (text): The amount (money) for the plan.
    • Interval (text): The billing interval; month, day, week, or year.
    • Currency (text): ISO code   ie: “USD”.
    • PlanId (text): Create a unique identifier that will be used to keep track of the plan. Can be a mix of letters and numbers.

Outputs

  • Plan
    • PlanId (text): The identifier for the plan, created above.