Gets information on a subscription in Stripe.

Inputs

  • Subscription
    • CustomerID (text): The ID of the customer. Given if you use the ‘Create Customer’ card, but can also be found in the URL of the customer, or in the details section for the customer on Stripe.
    • SubscriptionId (text): The identifier for the subscription. Can be found in the URL of the subscription, or in the ‘details’ section of the subscription.

Outputs

  • Subscription
    • SubscriptionId (text): The identifier for the subscription, created above.
    • Start Date (text): The start date of the subscription.
    • Cancel Date (text): The date the subscription was cancelled.
    • End Date (text): The end of the subscription.
    • Trial Start Date (text): The trial start.
    • Trial End Date (text): The date the subscription trial ends.
    • Cancel at Period End (text): if the subscription will be cancelled at the end of the period or if it will be renewed.
    • Current Period Start (text): When the current period started.
    • Discount Code (text): A discount code.
    • Status (text): trialing, active, past_due, canceled, or unpaid.
    • Tax Percent (text): Tax percent.
  • Plan
    • PlanID (text): The identifier for the plan. The ID can also be found in the URL of the plan (https://dashboard.stripe.com/plans/**123345**), under plan details in Stripe.
    • Plan Name (text): The name of the plan
    • Plan Quantity (text): Quantity of the plan.