#daniel-checkout-metadata
1 messages · Page 1 of 1 (latest)
those are just pictures of code
daniel-checkout-metadata
@median jacinth the code you shared sets metadata on the Checkout Session itself. Not the Invoice, not the Subscription, so that's expected
looks like you asked the same question earlier to my colleague too
Therre's no way to control the metadata on the Invoice. What you can so is set the metadata on the Subscription using https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-metadata
and then when you get the Invoice Event, look at the associated's Subscription and its metadata
I am trying to receive payment information for a subscription
yes that's exactly waht I addressed above in details!
Amazing!