#bananig-checkout-invoices

1 messages · Page 1 of 1 (latest)

cold crater
#

You're referring to using Checkout in payment mode, correct?

sand valve
#

yes

cold crater
#

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

sand valve
#

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?

cold crater
#

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

sand valve
#

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?

cold crater
#

Are you looking to have all payments generate/send receipts?

sand valve
#

for my subscriptions yes. in the best case also for the checkout single payments

cold crater
sand valve
#

nice

#

and can i still trigger it via code too?

cold crater
#

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

sand valve
#

ok, thank you!