Skip to main content

Subscriptions

Subscriptions allow you to charge a customer on a recurring basis. This job fetches Subscriptions from Stripe.

References

Add this job

Data

Sample Data

Open in new tab -

Data headers

HeaderDescription
statusStatus of the subscription
amountAmount
intervalSubsciption interval
quantityQuantity of item
discountDiscount offered in the subscription
start_dateStart date for the subscription
ended_atEnd date for the subscription
trial_startTrial start date
trial_endTrial end date
current_period_startStart date of the current running period
current_period_endEnd date of the current running period
cancel_at_period_endIs it configured to end at the end of the period?
cancel_atDate on which the subscription will be cancelled
canceled_atTime at which the subscription was marked as to be cancelled
currencyCurrency
collection_methodCollection method
days_until_dueDays since creation of the invoice, when the payment is due
createdTime of creating this subscription
livemodeIs this live mode
default_payment_methodDefault payment method
default_sourceDefault source
latest_invoiceLast invoice
customerCustomer ID
idID of the subscription

Filtration options

This job can restrict the data that is visible in spreadsheets. Use the following parameters to restrict the data.

ParameterOptions
start_dateSelect subscriptions created on or after start_date. Format - YYYY-MM-DD
end_dateSelect subscriptions created on or before end_date. Format - YYYY-MM-DD

References