#Hubert Mazur - subscription
1 messages ยท Page 1 of 1 (latest)
Hi there!
I'm not sure I understand the issue. Can you give more details on what exactly you are trying to do?
yes
I am currently creating a new payment and would like to send the user a trial invoice in test mode. When I send it, I only send a receipt without an invoice. When I make a payment by subscription, the invoice and receipt are sent. I want the invoice and the receipt to be sent with a single payment
I understand you have a subscription with a trial. But I still don't understand what you mean by "I want the invoice and the receipt to be sent with a single payment".
hmmm it's like this, When I create a session via stripe.checkout.sessions.create, I can select payment or subscription in the "mode" parameter. Everything works fine for subscription - the invoice and proof of purchase are sent. For payment, only the proof of purchase is sent, and I want an invoice to be sent as well
Thanks for the clarification, now I understand!
So you want to send an invoice for Checkout Session in payment mode?
yes!
Got it ๐
Unfortunately this is not supported by Checkout Session currently.
One possible workaround would be to manually create an invoice for the same amount as the Checkout Session, and then pay the invoice with paid_out_of_band https://stripe.com/docs/api/invoices/pay
Can you share your account ID (acct_xxx)? It's at the top of this page: https://dashboard.stripe.com/settings/account
Thanks, we will keep you updated if things change, but for now the only option is the workaround I mentioned.
Yes there are some plans for it, but nothing available for now.
Is there any anticipated time for this?
I don't know, sorry.
:c
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!