#corolla-checkout-metadata
1 messages · Page 1 of 1 (latest)
corolla-checkout-metadata
@thorn sandal not really today unfortunately no. You can set custom metadata on the Subscription using https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-metadata
Darn. When I created the original checkout link I included the unique user id, and I wanted that information to follow through to every subsequent invoice thereafter. But that's not possible right now. Is that right?
Technically it is because when an Invoice is rendered we show the Subscription's metadata. It's not "cached" so it's whatever it is now but if you set the subscription_data[metadata] like I explained above it'll propagate to your Invoice too.
It's not perfect but it should work for your use-case
Oh, I'm sorry. I missed that. I'll check it out. Thank you!
sure thing, let me know
Looks like it's going to work! Thank you again!