#Luca
1 messages · Page 1 of 1 (latest)
Hello Luca, we'll be with you shortly! 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.
• Luca, 0 days ago, 23 messages
• Luca, 3 days ago, 31 messages
Hi there!
Thanks! Give me a few minutes to look into this.
The error message is pretty clear: Missing required param: features[subscription_update][products].
Yes i know. i tried to set it both then i get a really not helpful message
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
"message" : "Invalid object; request-id: req_wkSeGnTCV8cQ9M"
Indeed that's not valid. Please have a look at the API ref here: https://stripe.com/docs/api/customer_portal/configurations/create?lang=node#create_portal_configuration-features-subscription_update-products
You need to set something like:
subscription_update: {
products: [
{
price: [ "price_xxx", "price_yyy" ],
product: "prod_xxx"
}
]
}