diff --git a/src/Core/Services/Implementations/StripePaymentService.cs b/src/Core/Services/Implementations/StripePaymentService.cs index 9f5392aede..b6db5f87bb 100644 --- a/src/Core/Services/Implementations/StripePaymentService.cs +++ b/src/Core/Services/Implementations/StripePaymentService.cs @@ -530,7 +530,8 @@ namespace Bit.Core.Services { Billing = Billing.SendInvoice, DaysUntilDue = 1, - CustomerId = subscriber.GatewayCustomerId + CustomerId = subscriber.GatewayCustomerId, + SubscriptionId = subscriber.GatewaySubscriptionId }); var invoicePayOptions = new InvoicePayOptions();