#Alv - products
1 messages ยท Page 1 of 1 (latest)
Would description fit your use-case? https://stripe.com/docs/api/products/create#create_product-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We're already using Name at the top there, then Description for that sentence.
Thought about possibly using a metadata field with comma separated list, but 500 chars limit might be an issue unless we spread across multiple meta-data elements but starts to get messy ๐
Gotcha. Yeah if that doesn't work, you'll have to store the data for that product in your database
Fair enough, trying to avoid our database having to know about them as much as possible. Thanks!
No problem