#Kevin Duvignau
1 messages · Page 1 of 1 (latest)
Looking in to this. Would you mind sending me a link to the doc you are looking at that talks about adding metadata to the pricing table? I am having trouble finding it myself
Hi Pompey!
Here is the doc that I'm looking at
https://stripe.com/docs/payments/checkout/pricing-table#track-subscriptions
As you can see, we could use the client reference id to pass some metadata, but I was wondering if we could directly set metadata to the susbscription created by the stripe pricing table
Something like
<stripe-pricing-table
// other attributes
metadata="..."
>
</stripe-pricing-table>
Gotcha, unfortunately it looks like the pricing table doesn't offer metadata like that. You may need to do something like attach the relevant metadata to the client reference ID on your side and look it up using the reference ID later
Perf thanks for the confirmation!