#karishma1642
1 messages · Page 1 of 1 (latest)
Hi there
Yep that's correct -- it results in a Credit Balance (see: https://stripe.com/docs/billing/customer/balance ) if the amount is too small
And then that is applied to the next invoice
ok! so a credit is applied to pay for the remaining amount on the current invoice? is there a report where this shows up in?
What do you mean by "report" exactly?
Like in the Reports API?
There is no balance transaction from this happening so it won't really "show up" anywhere. There will be a customer.updated Event when it happens though
yes. Is there an explicit message or indication that the credit applied was due to the minimum amount?
ok
Yeah the Customer's balance will change: https://stripe.com/docs/api/customers/object#customer_object-balance
So you could watch for that fluctuating to know when this occurred
got it, thank you!
Sure thing