#manusw20
1 messages · Page 1 of 1 (latest)
Hello! 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.
- manusw20, 5 days ago, 18 messages
Is your subscription controlled by a schedule?
yes , it is recurrent , subs is by month
i do not understand why i have subs and sub_sched, who is the parent in the relation?
You'll need to update the schedule yes. The subscription is immutable if controlled by a schedule: https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-phases-items-tax_rates
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
why when i paste my subs id in the stripe portal i have results, but not if i paste sub_sched?
I would guess you created/atatched a schedule at some point. Or the schedule created the subscription. You have to opt in to that behaviour
Well you don't pass sub_xxx ID to the portal, you pass a cus_xxx ID.
But subscriptions with a schedule cannot be managed by the portal: https://stripe.com/docs/customer-management#customer-portal-limitations
I'm not sure what you're asking me?
https://api.stripe.com/v1/subscriptions
"default_tax_rates": [
{
"id": "tx_xxxxx",
"object": "tax_rate",
"active": true,