#linups-order
1 messages · Page 1 of 1 (latest)
So, if i want to charge user for multiple items and list them as a separate items, Stripe do not have this feature?
hmm, it does, isn't that what line_items on the Order are for? I don't see how your sentence connects to the custom_unit_amount parameter, can you elaborate?
custom_unit_amount is for a feature where in a hosted page like Checkout, there's a UI for a customer to pick their own price when paying. It's not really related to the concept of having an order with multiple items shown separately.