Skip to content

Commit 78ce589

Browse files
authored
Merge pull request #2090 from stripe/remi-add-inevent-voicepaid
Add support for `invoice.paid` event
2 parents 9ff3125 + f4cbadf commit 78ce589

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Stripe.net/Constants/Events.cs

+6
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@ public static class Events
321321
/// </summary>
322322
public const string InvoiceMarkedUncollectible = "invoice.marked_uncollectible";
323323

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+
324330
/// <summary>
325331
/// Occurs whenever an invoice payment attempt requires further user action to complete.
326332
/// </summary>

0 commit comments

Comments
 (0)