order.items[*].discount_lines if the discount is connected to a particular item or order.discount_lines if the discount is on the full order.
See the api spec for more details.
Pass per-item or full-order discount details on a Dintero Checkout session using order.items[].discount_lines and order.discount_lines metadata fields.
order.items[*].discount_lines if the discount is connected to a particular item or order.discount_lines if the discount is on the full order.
See the api spec for more details.