#jackie_88613
1 messages · Page 1 of 1 (latest)
Hello
You need to use the same email address that is the owner email on the account.
Otherwise the Invoice isn't actually sent as we don't want to spam folks.
I created a customer and then made a subscription using the customer. I posted the subscritption as starting today. How long does the email take?
If you share the Subscription ID then I can take a look.
To be clear, receipts won't be sent in test mode
So the Invoice is only sent if you use send_invoice collection method
I;m not in test mode
Ah
Well you shouldn't be testing in live mode at all
That is against card network regulations (see: https://docs.stripe.com/testing#use-test-cards)
That said
If you give me the Subscription ID I can take a look
I want to see what the actual experience will be for the customer. And there isn't much How To docs/videos that I can find on your site
sub_1OjoIbBIlOkRIiSWC8oJW5Er
Alright well you should use test mode for this.
I'm using my personal email to test it, so I don't see the issue
Give me a moment to look at that Subscription
The Invoice is still in draft
When you create a send_invoice Subscription the Invoice does not finalize for 1 hour unless you manually finalize it
This is discussed a bit here: https://docs.stripe.com/billing/invoices/subscription#update-first-invoice
If you want to finalize/send the Invoice immediately after creation then you use https://docs.stripe.com/api/invoices/send