#stefanmoona-subscription-analytics

1 messages · Page 1 of 1 (latest)

novel scaffold
#

@graceful sigil Hello! I would recommend using the Invoices API instead for that: https://stripe.com/docs/api/invoices/list and an Invoice has the subscription property that points to a subscription, which is expandable and the charge property that maps to the charge.

If you use the List Charges API, then you can expand invoice which is the Invoice and the subscription for that invoice

graceful sigil
#

ah that makes sense. How did I miss this 😅

#

Thanks for the help