#duracel
1 messages · Page 1 of 1 (latest)
Hi there, it looks the format of data that you construct through Postman is not what Stripe API expects
This is what you passed
"price_1Nb445I2rfN87qVGKpiCIGNB",
"1"
]
but if you look at the API reference (https://stripe.com/docs/api/customer_portal/configuration#portal_configuration_object-features-subscription_update-default_allowed_updates) the allowed values are price, quantity and promotion_code
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.