#meteograms - Checkout
1 messages ยท Page 1 of 1 (latest)
Hello! You can add a description on each line item: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-description
Would that work for your use case?
I'll try and get back to you. The description I want to add is about a deferred charge (setup fee) that I'm adding to the first invoice (after trial ends), so ideally it would appear in its own line and not as part of another. But I'll see.
The line item descriptions are the only option I can think of for this; there's no way to put an arbitrary message in Checkout outside of the line items.
OK, maybe a line_item for a price that is zero (explaining that it's nothing to pay now, but xxx will be charged at the end of the trial)?
That may work! Does it behave correctly when you test it?
Was just about to update you... adding description does nothing ๐
Ah, that's unfortunate. You must be using a Checkout mode that doesn't support displaying the description.
It just states the product name on the line, with no description
Checkout mode is subscription
doesn't say anything in the docs about description not being supported in this mode: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-description
I don't know that it's an explicitly documented limitation. Let me check internally, hang on...
Yep, confirmed subscription mode does not show descriptions. It's being considered for the future, but no ETA or anything like that.
OK thanks, so it's not possible to add any sort of custom annotations or description in subscription mode at present ๐ข
๐ข
Unfortunately that's correct, yep. It's something we're considering as a feature request, but no idea if/when something like that will be released.
Yep! ๐