post /v1/invoices/{invoice}/send

Send an invoice for manual payment

PostInvoicesInvoiceSend

<p>Stripe will automatically send invoices to customers according to your <a href="https://dashboard.stripe.com/account/billing/automatic">subscriptions settings</a>. 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.</p> <p>Requests made in test-mode result in no emails being sent, despite sending an <code>invoice.sent</code> event.</p>

Parameters

Name In Type Required Description
invoice path string yes

Request Body

application/x-www-form-urlencoded

Responses

200 Successful response.
default Error response.