#tania-portal-proration
1 messages · Page 1 of 1 (latest)
@flint sapphire what is IVA?
OK I mean a taxes
Look the first object is with tax but the second is without tax
Are you a developer fully writing and controlling the code here? sorry you shared an id and a picture and no info
Sorry for me, yes I am developer
The upgrade is calculated with stripe customer portal
Okay, I'm sorry I'm struggling to follow, the picture is not in English and there's no details. Do you have a clear actionable summary of the issue?
Yes First look the configuration of portal
Then, when the customer make a upgrade to a new plan
that's another picture 😅
Please share real code as text here
Also please try to provide all in one message clearly summarized
Ok
This is the code
portal = stripe.billing_portal.Configuration.create(
features={
"payment_method_update": {
"enabled": True,
},
"customer_update": {
"allowed_updates": ["name", "address", "phone", "email"],
"enabled": True,
},
"subscription_update": {
"default_allowed_updates": ["price", "promotion_code"],
"products": prods_billing_portal,
"enabled": True,
"proration_behavior": "always_invoice"
},
#"invoice_history": {"enabled": True},
},
business_profile={
"headline": "Plataforma de CRM Clientify. Portal administrativo",
"privacy_policy_url":
"https://clientify.com/politicas-de-privacidad",
"terms_of_service_url":
"https://clientify.com/condiciones-generales-de-contratacion/",
},
)
tania-portal-proration
When Stripe make a apportionment why the object have a negative value, is it without tax?
I'm sorry I don't know. I am trying to help but it's really hard to follow
Just looking at that Invoice's Subscription it's a really complex one where you created it backdated with no proration too.
Do you have a clear and simple end to end repro with actionable information so that I can help you debug this cleanly?