#alexelba
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
hello! can you provide some examples that you want to track with regards to because of person did some change?
I want to separate monthly invoices generated by stripe subscription, from subscription invoice created by user when it was on session, changing lets says subscription product
The easiest solution is to probably to explicitly pass metadata when you create an object indicating that this comes from your code.
https://stripe.com/docs/api/invoices/object how can I see if account credit was applied to the invoice vs what was charged to credit card?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I don't know which parameters to look at off the top of my head right now, but you can test this out by yourself by adding funds to the customer balance, and then creating an invoice (and invoice items) and looking through the relevant amount parameters