#bananig-checkout-invoices
1 messages · Page 1 of 1 (latest)
yes
So unfortunately, there's not way to create an Invoice from a Checkout Session in payment mode. If you need Invoices, you'll need to use something else
does that also apply for checkout + subscriptions?
or only for single payments
and is it planned that at some point in the future you are adding support for invoices with checkout in payment mode?
That only applies to single payments - Subscriptions are built on top of Invoices anyways, so you'll always get them. Single payments in Checkout are just using plain old Payment Intents, so no Invoice is being created
I don't believe there are any plans for this - I can submit this as feedback, but I don't believe this is something they'll implement since Invoicing already has the Hosted Invoice page that accepts payment
i see, last question (sorry 😇 )
is there a way to trigger the "send receipt" action - that i can trigger through the dashboard for each payment?
Are you looking to have all payments generate/send receipts?
for my subscriptions yes. in the best case also for the checkout single payments
So for any payment you can enable a setting in your dashboard to send a receipt: https://dashboard.stripe.com/settings/emails
The only way to do this with the API would be to update the PaymentIntent/Charge with receipt_email. If it's already set, you'll have to unset it and the set it again
ok, thank you!