#NicolasB-checkout
1 messages · Page 1 of 1 (latest)
Thanks! Everything goes well, but I can't make the automatic receip mail to be sent. If I do it manually, it works fine
Is this in test mode? In test mode we don't send the automatic receipt - the only way to test it is by sending it manually through the dashboard
Oh, I see
Thanks for your help then
I'll have to wait until we deploy it. It would be nice to have that info en the docs or even in the page
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
We call it out here (https://stripe.com/docs/receipts) but it's really hard to find (sorry about that)
In other hand, I found the receipt, and it may be enough, but I was looking for a new invoice to be created automatically after a success payment
Is that possible? I couldn't even do it manually. I mean, creating an invoice, based in a payment
Am I understanding this correctly - you're asking whether it's possible to create an Invoice AFTER payment has already been completed? That isn't really possible with our API today - the closest you could get is that you create an Invoice and mark it as paid of out of band. With out API, the idea is that creating the Invoice creates a Payment Intent that will then be used to complete payment
I see. So, the approach should be that when I receive the confirmation via web_hook that the payment was successfully, I should use the API in order to create an invoice and save it as paid.