#phonicuk
1 messages · Page 1 of 1 (latest)
Can you share the subscription id?
one moment
Pretty certain this is expected, but want to see
sub_1NoBJ0Hd51xGsopZfSx7izRN
I didn't see any documentation about this particular scenario and it's inconsistent with the other events such as invoice paid
You'll get invoice.payment_succeeded: https://dashboard.stripe.com/events/evt_1NoBJ2Hd51xGsopZdtgOEjsI
Issue is we have a minimum charge amount
And so you can't have a payment intent with an amount below that
Invoices are just an abstraction not an actual charge, so you will get successful invoice events
Righto - might be nice to have a reference to this in the docs that if a voucher results in an empty invoice that you won't get a matching intent associated with it 🙂
I'll work around it for now, ta
Yeah we could be a bit more clear on that