#andonz
1 messages · Page 1 of 1 (latest)
invoice.paid is fired for inital subscription payment as well as renewal invoice payments
You can check billing_reason on each invoice to see what it was for
https://stripe.com/docs/api/invoices/object#invoice_object-billing_reason
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
for renewal invoices it should say
subscription_cycle
great where do i add the endpoint url?
endpoint URL for?