#us-receipt-invoice
1 messages · Page 1 of 1 (latest)
Hello 👋
Sorry I'm confused by the question. Can you elaborate a bit more?
Maybe an example would help
When ever payment is successful we are planning to enable payment successful receipt/email https://stripe.com/docs/receipts. To that email can we add stripe generated invoices?
so you want to include a stripe invoice ID or stripe invoice hosted URL?
what is your current integration flow? How are you accepting payments?
So its totally new integration flow we are planning to setup. Customer will be charged monthly based on usage. So we are sending Oracle invoices to Stripe and i am assuming Stripe invoices will also be generated. So question is can we attach any of these 2 invoices to email?(Payment successful recepit)
I think if you update the description on the payment intent with the URL to the invoices, that might work
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-description
When the invoice is in draft mode, you'd likely want to locate the payment intent and update it using the API
https://stripe.com/docs/api/invoices/object#invoice_object-payment_intent
https://stripe.com/docs/api/payment_intents/update#update_payment_intent-description
I haven't tried this flow personally so I'd recommend giving it a go in test mode