#jack11sparrow
1 messages · Page 1 of 1 (latest)
You'd check the billing_reason field on the invoice.paid event payload
won't the reason for renewal too?
i see these https://pkg.go.dev/github.com/stripe/stripe-go/v75@v75.2.0#InvoiceBillingReason
can you tell me which one will be at creation and which one for auto renewal
also what for late payment or something
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can you tell will the sequence always be
invoice.paid after checkout session.completed in webhooks?
No we don't guarantee event ordering
Equally, if you're using async payment methods (like banking methods) then invoice.paid may fire days after checkout.session.completed
ohkk, thanks for clarifying
but it will always trigger if checkout session is success?