#c0kkie
1 messages · Page 1 of 1 (latest)
well for the second question, see https://dev.to/stripe/purchase-fulfilment-with-checkout-or-wait-what-was-i-paid-for-335d and https://stripe.com/docs/payments/checkout/fulfill-orders for details on how to check what products were purchased
for the first question, it's possible to override some the values CLI is using (https://stripe.com/docs/cli/trigger#trigger-override) but it's probably easier to just call the API in testmode from your own code and set up exactly what you want!
i see, the expand was missing to receive the products. thanks for the quick help