#idhruv-subscription-balance
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Give me a moment to take a look
The applied balance is what customer had as a credit balance when this invoice was paid
https://stripe.com/docs/invoicing/customer/balance
The credit balance automatically applies to the next finalized invoice to a customer.
but then how to charge application fee based on non-applied credit balance
it is disturbing our calculation which is based on full price
Good question, looking in to how you might be able to find the full balance to charge your fee based on
We have a subtotal field that you can look at to see the payment total before discounts https://stripe.com/docs/api/invoices/object#invoice_object-subtotal
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.