We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ff3125 + f4cbadf commit 78ce589Copy full SHA for 78ce589
src/Stripe.net/Constants/Events.cs
@@ -321,6 +321,12 @@ public static class Events
321
/// </summary>
322
public const string InvoiceMarkedUncollectible = "invoice.marked_uncollectible";
323
324
+ /// <summary>
325
+ /// Occurs whenever an invoice payment attempt succeeds or an invoice is marked as paid
326
+ /// out-of-band.
327
+ /// </summary>
328
+ public const string InvoicePaid = "invoice.paid";
329
+
330
/// <summary>
331
/// Occurs whenever an invoice payment attempt requires further user action to complete.
332
0 commit comments