cURL
curl --request POST \ --url https://api.example.com/api/v1/invoices/{invoice_id}/send-email
{ "success": true, "message": "Invoice email sent successfully", "payment_link": "https://checkout.stripe.com/..." }
Email an invoice to the customer with a payment link.
DRAFT
OPEN
Was this page helpful?