#meisei81-invoice
1 messages · Page 1 of 1 (latest)
I found that the total plus starting_balance would equal to the amount_paid
I don't know the starting_balance do
you're using Stripe Tax ?
emm..
I'm not sure.
I just want to pay the subscription automatically
with the bank card
Hi there?
hi, sorry, this got missed
ok. What's the answer about my question?
but yeah, stating_balance relates to the customer's existing balance https://stripe.com/docs/billing/customer/balance
which gets added or subtracted to invoices for that customer
in this case the customer had an existing balance of 32 (because they had a couple of previous invoices for 16c, below our minimum charge amount of 50c, in which case it accumulates this way in their balance) , and it's added here
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
generally, if the price is greater than 50c, the total would be equal to the price sum of line items?
nope! the sum of the line items is the gross amount, you might say, but then there can be discounts, tax, and applied customer balances that will change the overall net amount.
so, if I want to know the paid amount of the invoice, which field could I found?