#H Panseriya
1 messages · Page 1 of 1 (latest)
Um that's not how Subscription work. Normally we bill the prorated change in the next Invoice
But you can "adjust" it if you want, like creating an immediate Invoice today, using the amount of pro-rated change, then adjust the next Invoice to not include that amount
Do you mean create a new payment?
If you can provide me how to do it through Stripe UI that would be good
Are you familiar with Stripe API? (not Stripe UI, which I suppose you mean Stripe Dashboard)
I am familiar with Stripe API. But in the first phase, We want to do it from Dashboard UI
I would recommend going with Stripe API to avoid human error. But yeah if you want, you can simply go to the Customer page and click "Actions" > "Create Invoice" here
Can we do it using "Create Payment"?
It works too, but I think Invoice would be better, since everything charged for Subscription was an Invoice
Does stripe automatically create invoice when we create a payment?
No
Can you please let me know the difference between payment and invoice?
Sure, here is some useful link:
For Invoice: https://stripe.com/docs/invoicing/overview
For Payment: https://stripe.com/docs/payments/cards/overview
Basically Invoice will create a Payment inside, but Payment doesn't necessary to be included in 1 Invoice.
Invoice comes with Id of in_xxx, while PaymentIntent is pi_xxx
Does it create any problem if we create a payment without invoice?
No, just inconsistency when you are using Subscription already, because Subscription always goes with Invoice
Is it possible to explain how inconsistency?