Subscription | Billing Date | Coupon | Status | Actions |
---|---|---|---|---|
{{ subscription.plan.nickname }} | {{ subscription.current_period_end*1000 | convertTimestamp }} -- |
{{ subscription.discount.coupon.id }} {{ subscription.discount.terms }} | {{ subscription.status }} | Cancel |
{{source.brand}} ending with {{source.last4}}
You have no active subscriptions.
{{source.brand}} ending with {{source.last4}}
{{ errors.first('stripe') }}
Update
{{ errors.first('discount_code') | removeUnderscore }}
{{ errors.first('api') }}
{{ discount_terms }}
Description | Amount | |
---|---|---|
Monthly Subscription | Yearly Subscription | ${{ (selectedPlan.amount/100).toFixed(2) }} |
{{ discount_name }} (${{ (discount.amount_off/100).toFixed(2) }} off) | -${{ (discount.amount_off/100).toFixed(2) }} | |
Total | ${{ ((selectedPlan.amount - discount.amount_off)/100).toFixed(2) }} | |
{{ discount_name }} ({{ discount.percent_off }}% off) | -${{ ( (selectedPlan.amount)/100 * (discount.percent_off/100) ).toFixed(2) }} | |
Total | ${{ ( (selectedPlan.amount)/100 * (1 - discount.percent_off/100) ).toFixed(2) }} |
{{ errors.first('api') }}
{{ errors.first('stripe') }}
{{ errors.first('api') }}