#Carlos Mascarenhas-invoices
1 messages ยท Page 1 of 1 (latest)
yes
I was testing subscriptions update and now all my invoices are unpaid
I will send the invoice id
in_1KMukYANR34g5yeQs8D5IdVy
in_1KMumTANR34g5yeQvgKn97tV
in_1KMv9TANR34g5yeQAPagny2S
I think the translator wrote it wrong, I'll explain again
I'm sorry but I'm not following, those invoices all appear to be in a paid state.
Can you clarify the actions that you took and the behavior that you encountered which you weren't expecting?
I was testing signature updates and now the payment_intent of my invoices is null
I'm taking a closer look at invoice: in_1KMv9TANR34g5yeQAPagny2S
It looks like the change you made to the subscription resulted in that invoice being created, but based on the changes it was created as a zero-dollar invoice. Since there was nothing to charge a customer for, no payment is created or attached to zero-dollar invoices.
But the other invoices were also without payment_intent and the value is greater than 0
If you're referring to the other invoices you mentioned, then that is correct. They do have a non-zero value for amount_due and both of them also have the ID for their associated payment intent in their payment_intent field.
I managed to detect my problem and fixed it
Glad to hear you were able to get to the bottom of it!
Is there any stripe component made in react that makes it easier to change planes?
No, our react components just wrap our Stripe.js library which doesn't have that. Our easiest path for allowing customers to make changes to their subscriptions is the Customer Portal:
https://stripe.com/docs/billing/subscriptions/integrating-customer-portal