#Andres2792-Subscription
1 messages · Page 1 of 1 (latest)
Hi, can you clarify the ask here? The prices are not created on Stripe, is that correct?
Nope, when I scheduled a subscription and I passed the price setup I was hoping Stripe to create a price and that was done
But this price was created and not shown and can neither be used
Is created archived and I get the following error when trying to activate it
Is there any doc I can take a look at it to find info in regards of this?
Can you share the request id with me? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
The API reference states Stripe will create the price but it don't state is not usable
req_D32JhsibTeTCET
That price was created on req_r9yjbgVg8XSaLi
Is like Stripe backfilling the price but creating it unusable
And I want info in regards of this
So when price is reated automatically via phases.items.price_data, https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-items-price_data the price object is immutable. Instead, you'd want to create the prices first, https://support.stripe.com/questions/how-to-create-products-and-prices so you can make updates here.
Yeah I discovered it the hard way but I was wondering if there is info in this
Cuz I wasn't expecting it
I read all the info in docs and I didn't found anything related to it either in docs or API reference
I was hoping this approach as a way to optimize price creation to reuse when scheduling the first subscription
I'll provide this feedback to the team.
Thank you for sharing here
I'll note that this should be explicitely called out on our docs.
Ohh OK so no docs :( well.... No issue I tought I did something bad... Sorry if I was rude