#Fredrik F.
1 messages · Page 1 of 1 (latest)
Hi there! No, any tracking of products/prices will need to be done separately. Terminal works with PaymentIntents only which, as a lower level object type, keeps track of amount information only, not a product or price.
This might be helpful: https://dev.to/stripe/single-slider-payment-objects-overview-a0d
That's unfortunate, as that either requires you to drop the Stripe Products system entirely or maintain two different systems
There's no way to create a headless checkout session or something like that? I tried grabbing the payment intent from a checkout session and passing it to the terminal, though that was rejected.