#swapnil_97422
1 messages · Page 1 of 1 (latest)
Hi there 👋 it sounds like you may not be creating Invoice Items, or may be doing so in a way that they aren't getting associated with the Invoice that you're creating.
Are you following the flow shown here?
https://docs.stripe.com/invoicing/integration#create-invoice-code
Thanks it worked
Can you help me once more?
How i can send invoice via java
i have called invoice.sendInvoice() but it wont working
I'm not receiving invoice on my email
If you're in testmode, I believe most email functionality is intentionally suppressed there, and you would need to trigger sending that Invoice from your Stripe dashboard. You may also be limited to only send emails to the same email address as the owner of the Stripe account you're using, but that's a bit outside of what we specialize in helping with so I'm not entirely certain about that part.