#sylar_best-practices

1 messages ¡ Page 1 of 1 (latest)

dire ibexBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1318952119314681986

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

celest vigil
#

Hello
When you say slug, do you mean a custom ID/text or something?

gilded fulcrum
#

thats right. something that could reference the price inside my app without exposing its id (also usefull for SEO)

For example I have a list of "prices" (subscriptions) and I'd like to make it accessible as .../subscriptions/some_seo_name

celest vigil
gilded fulcrum
#

Yeah, I saw the property called "lookup_key", but I didnt see any API call / library method to retrieve the price object using this field, only its ID (or search)

celest vigil
#

This is because the same lookup key can be used with multiple prices

gilded fulcrum
#

Yeah, thats not the thing, so I guess its better to handle this stuff separately from the stripe api using my own API layer

celest vigil
#

Yup, that would give you more flexibility