#fdc8cd4cff2c19e0d1022e78481ddf36

1 messages ยท Page 1 of 1 (latest)

glass zodiacBOT
fallen wing
#

One way I can think of is to have two price items (1) initial trial payment (2) monthly price

When you create a checkout session, you'd add those two prices into line_items, then set subscription_data[trial_end] to the actual start day of the subscription

#

It's simpler than your approach with one single integration

candid tundra
#

Hmm, that way during the checkout wont be displayed anything about "trial"?

#

I would like to avoid the checkout like this

fallen wing
#

Ah I see! It'll be something like this

candid tundra
#

Those 4 days wont be free tho ๐Ÿ™‚ User will pay for them in advance

fallen wing
#

If you don't wish to have trial or free words in the page, then I think option (2) is recommended

candid tundra
#

Also curious since I am migrating from PayPal, the approach there was to create a single product and dynamically change the price for subscriptions / initial payments. I assumed the Stripe approach is to create a price literally for everything since you dont pass in amounts but price_id's?

fallen wing
candid tundra
#

Hmm that sounds great! I understand the subscription should have its fixed price, but I thought it might be too much when creating new prices (under the same product) for one time fees

#

I will try those suggestions and get in touch soon ๐Ÿ™‚ Thanks a lot!