Stripe payment service not Emailed customer automatically with created invoice using it's API

Solution 1:

This is expected: Stripe does not automatically send emails in test mode. You can trigger the emails manually via the dashboard.

In live mode, the invoice would be automatically emailed to the customer as you expect.