#ser
1 messages · Page 1 of 1 (latest)
Generally speaking you cannot create invoices from one time payments. Checkout offers support for this in payment mode if you opt-in to it when you create the Checkout sessions.
If you mean receipts then you can get that from the charge within the payment intent
oh ok I see in the docs the checkout session has a invoice_creation.enabled option
Yes, that's available for Checkout payments
as of receipts where can I visualize them from the dashboard?
Sending from Dashboard: https://stripe.com/docs/receipts#manually-send-receipts-from-the-dashboard
Receipt URL on the Charge:
https://stripe.com/docs/api/charges/object#receipt_url
I see thanks for the help