#JenniferJenna-prices-limit
1 messages · Page 1 of 1 (latest)
How many are you anticipating creating where you think this may be an issue?
Looking in to it
our prices can be individual, so we need to support unique prices per customer.
I thought I saw in the docs that there is a limit on prices. I did not see that for products. If that's the case we can use a 1:1 product to price, so each customer purchase a product with just one price. But I cannot find the limits in the docs.
Gotcha. And this is for subscriptions, correct?
yes
I have another question. When I set up a subscription, I'd like to have a set of metadata that propagates to all payment intents generated via invoices on this subscription. Ie, I'd like to just set that up when the subscription is set up. Is that possible?
Unfortunately not.
The subscription's metadata will be pulled in to the Invoice's related subscription items
But not the PI
I would probably do that as an explicit API call in a webhook to get it on the PI?
Okay, so you are saying when I get an intent succeeded, I will get the invoice Id in that callback. Use that Invoice Id to retrieve the metadata that was pulled in from the subscription, right?
Yes that can certainly work.