#qualleadmin
1 messages · Page 1 of 1 (latest)
Hello! Generally speaking no. Stripe Checkout has an option to send an Invoice for a successful one-time payment, but beyond that if you're creating Payment Intents directly then you can't create an Invoice for them.
ok, typically how should we communicate to the customer a report of the transactions in this case?
That's mostly up to you. Payment Intents are a low-level integration where you specify only the total you want to collect. With Payment Intents Stripe doesn't know what you're charging for, what the line items are, etc.
If you want Stripe to handle that kind of thing you should move a higher-level integration. See here for more details: https://stripe.com/docs/payments/tour#payment-objects