#hugues9308

1 messages · Page 1 of 1 (latest)

bronze yarrowBOT
visual sonnet
#

Hello! No, I don't think so. Can you give me more details about what you're trying to do?

cosmic chasm
#

As an insurance company we have to provide customers with their past certificate when they raise a claim. Our past certificate is a template that we fill with values (among them the price) that were in-force at that time.

visual sonnet
#

Can you go back and find a transaction at the time that would reference the Price used?

#

Like an old Invoice or Checkout Session?

cosmic chasm
#

I guess that we could use a Stripe Invoice for generating our certificate document. Is it possible and, if so, how far in the past can the Stripe repository store these object?

calm dawn
#

Hi, I am not sure how your use case actually maps to Stripe concepts. Are you asking how long does Stripe store the objects?

#

What kind of objects are you looking for? PaymentIntents/Invoices/Subscriptions/Products/Prices?
I general they're available forever.

cosmic chasm
#

In other words, my initial question was, what happen if I override a price object with a newer one (each having its own effective_date property). Is the older version lost?

calm dawn
#

You can't delete or update Prices from your Stripe account normally. Do you mean you want to change a Price associated with a specific Subscription?