A | B | C | D | E | F | G | H | I | J | K | L | M | N | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | plan_oid | plan_name | plan_currency | plan_amount | plan_interval | plan_interval_count | customer_oid | customer_name | customer_email | subscription_oid | subscription_started_at | subscription_canceled_at | subscription_quantity | |
2 | Example with Correct Formatting | plan_1 | SEO | USD | 5000 | month | 1 | customer_1 | Allison Barkley | allison@baremetrics.com | subscription_1 | 2020-03-31 | 2020-05-04 | 1 |
3 | Example with Correct Formatting | plan_2 | SEM | USD | 5000 | month | 1 | customer_1 | Allison Barkley | allison@baremetrics.com | subscription_2 | 2020-03-31 | 2020-05-04 | 1 |
4 | More Info | numbering/organization units for plans | name of your plan | currency customer pays in | cents integer $1 == 100 example is“$50.00” | at what interval the plan renews ex: week, month, year | how often this occurs. e.g: if plan_interval is “month” and this is “1” then it will occur every 1 month. | numbering/organization units for customers | your internal reference to this subscription | YYYY-MM-DD; all other formats will be rejected. | ONLY if subscription has a cancelation date-not period end (YYYY-MM-DD; all other formats will be rejected.) **field is optional** | (default: 1) |