Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rameezisrar's avatar

No Invoice/receipt is being received on Card Charge

I have used a real credit card to test my subscription. The card has been charged but I haven't received any invoice/pdf on my email account. Does it require to set up something? I suppose it should be automatic

0 likes
4 replies
ts's avatar
ts
Best Answer
Level 6

There are a couple of ways to do this:

The easiest is setting the receipt in Stripe. If you go to Business Settings -> Customer Emails (or https://dashboard.stripe.com/account/emails), you can turn on "Email Customers for Successful Payments". I believe Laracasts does this.

Or, you could set up a job that is dispatched after successful payment. This would be more flexible in terms of presentation.

1 like
Sys32's avatar

Are you trying to get Stripe to send you, the owner of the seller account, an invoice? Or are you trying to get your application to send the customer, who used the card, an invoice?

1 like
rameezisrar's avatar

@Sys32 well if stripe can do that then there is no need to send it on my own right. @ts i did that what you have asked i hope now the customer will receive an email.

rameezisrar's avatar

@ts I had tried with a test credit card but I haven't received any invoice on my email @Sys32

Please or to participate in this conversation.