#maxime1992

1 messages · Page 1 of 1 (latest)

hybrid shuttleBOT
merry nova
#

Hi
The recommended way is to use trial period when creating a subscription. When using the dashboard you can set the trial period too same as using the APIs

clear blade
#

Hello, thanks for the answer.
That said, I'm using the API to create a trial through code, I'm not doing it manually. And I'm guessing here that I cannot set this globally right?

The intent here for me was to set it somewhere globally on Stripe, retrieve that value through the API/webhook event and being able to create trials from code using that value.

I don't see a better location to save that data than on a price, where the deprecated value is 🤔

Does that make sense?

merry nova
#

The intent here for me was to set it somewhere globally on Stripe, retrieve that value through the API/webhook event and being able to create trials from code using that value.
You can store that somewhere in your integration/database, but not in Stripe.

clear blade
#

I suspected that. Too bad that storing that on the price is deprecated, that was a really good fit