#Fugazcz-checkout
1 messages · Page 1 of 1 (latest)
hi there, a Checkout Session is meant to collect payment from a customer online and immediately via the session.
A receipt will be sent to the customer upon successful payment. Receipts won't be sent in test mode automatically though.
can you share a bit more about your business use case such that you need to generate a separate Invoice?
I need to step away so I’m going to archive this thread. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi @zenith quail ! I reopened your thread
Hey! Perfect 🙂
i will write more informations, just a sec
I will try to write it in the easist way.
User buy subscription and then he recieve Receipt and the Invoice - perfect
But when he buy some product, he recieve only receipt and not invoice and I want to give him that invoice as well (for legal purposes)
The problem is same:
The problem we have at the moment is that if I want to mark the generated invoice as paid, it wants to deduct the payment and we can't match the executed payment via create and session to the given invoice, is it possible?
But when he buy some product
How are they buying products? With Checkout Session in payment mode? If so there are no invoices generated for this.
if I want to mark the generated invoice as paid
Which generated invoice?
They are buying these products through my website - we are using shopify thought APIs and Stripe for the payments.
All users, that are buying some products got profiles in the Stripe aswell, cause they need to be registred.
So their path is my website and on the final step they are redirected to stripe paygate, where they use their credit cart to pay for the product. When they pay, they recieve receipt, but I wanted to give them invoice as well - is this possible some way to generate invoice for them?
The perfect way for me is:
Customer buy product and at the email they will recieve invoice
and when I create invoice in the stripe manualy and want to mark it as paid, it want payment again and I cant pair it with successful payment
Maybe I write it chaotic and possibly Im thinking about it wrong, so If you can help me with another pay, Im ok with that