#CamperCat - email invoices
1 messages · Page 1 of 1 (latest)
Apologies that I initially missed this question. Can you tell me a bit more about how you are doing this with Stripe?
Are you doing this flow with a PaymentIntent? https://stripe.com/docs/payments/capture-later
Yes we using the payment intent
Hi there! I'm stepping in for @onyx ore who had to step away.
So, to clarify, you are not using Invoices with Stripe? Just PaymentIntents?
no not invoices just payment intents
Got it, thanks. So you can pass a receipt_email when you create the PaymentIntent: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-receipt_email. This will have a receipt sent upon capture.
Okay what I have to activate in https://dashboard.stripe.com/settings/emails ? And can I see the invoices somewhere because I need that for my tax
When you say "invoices", do you mean receipts?
Are you using Customer objects and collecting emails on those?
If so, then you can just flip the toggle at "Email customers about successful payments" at https://dashboard.stripe.com/settings/emails and we will send receipts automatically
Without you needing to pass receipt_email on the PaymentIntent creation request.
Yes receipts
Got it.
Then yeah, just toggle that setting in the Dashboard to have receipts sent.
Note: we don't automatically send these receipts in test mode
So as not to spam folks
Ahhh
But you can send them manually via the Dashboard to get a look at it
How ?
Go to the PaymentIntent, scroll towards the bottom, there is a "send receipt" button
Okay I found it. But for the tax I need the invoice is there a overview for me about all invoices?
You can use the Reports tab (or Reporting API) to download data on your transactions.
I am not sure if reports are enough I am from germany and we need a Invoice for the "Finanzamt"