Mohamed Ali
Mohamed Ali

Reputation: 103

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

I create invoice using stripe API (Java) and add argument billing as 'Send_invoice' and the invoice created fine, as documentation says this will email the customer with payment instructions but this not happen (the customer not Emailed automatically by created invoice), the invoice only sent to customer in case when manually click on send button of the invoice. this scenario happens in Test and Live mode, So please I don't understand what makes the customer not Emailed automatically when the invoice is created.

Upvotes: 5

Views: 3351

Answers (1)

Ywain
Ywain

Reputation: 17503

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.

Upvotes: 12

Related Questions