Browse: Home /

includes/lib/stripe-php/lib/Service/InvoiceService.php

InvoiceService::sendInvoice()

Method: Stripe will automatically send invoices to customers according to your subscriptions settings. However, if you’d like to manually send an invoice to your customer out of the normal schedule, you can do so. When sending invoices that have already been paid, there will be no reference to the payment in the email.

InvoiceService::sendInvoice Read More »

InvoiceService::create()

Method: This endpoint creates a draft invoice for a given customer. The draft invoice created pulls in all pending invoice items on that customer, including prorations. The invoice remains a draft until you finalize the invoice, which allows you to pay or send the invoice to your customers.

InvoiceService::create Read More »

InvoiceService::pay()

Method: Stripe automatically creates and then attempts to collect payment on invoices for customers on subscriptions according to your subscriptions settings. However, if you’d like to attempt payment on an invoice out of the normal collection schedule or for some other reason, you can do so.

InvoiceService::pay Read More »