#prexxla-lookupkeys
1 messages · Page 1 of 1 (latest)
@exotic breach they're only an API concept right now so you can't see/set them in the dashboard
so you'd call the API(https://stripe.com/docs/api/prices/update#update_price-lookup_key for example) to work with them
interesting, are they recommended to use for now?
or it's better if I stick to other alternatives?
if they work for your use case, yes! The alternative is to store the price_xxxx Price IDs in your database and retrieve them from there
lookup keys are so you can dynamically get the Prices needed to create the subscription etc from the API if that works better for you
okay got it