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
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.
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?
@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.