#MikeD - Invoice Not Sent
1 messages · Page 1 of 1 (latest)
With respect to payment methods, do you only want to accept CCs?
You can actually manage that pretty easy in the Invoice template setting here: https://dashboard.stripe.com/settings/billing/invoice
At the bottom of the template you can select which payment options you accept.
I'm still looking on the first question though.
Yup that took care of that piece
Are you explicitly setting the auto_advance attribute?
Wait, never mind. You are calling .sendInvoice(). My PHP reading skills are rusty
And are you making this request in test or live mode?
Oh, right you're in test mode. In that case here's the relevant doc:
Requests made in test-mode result in no emails being sent, despite sending an invoice.sent event.
ahh it' sin the doc it says that?
hmm also I went to the dasboard link you gave for limiting payment options while it did get rid of all the things you mentioned. wechat pay and google pay still remain as options.
Even when you deactivate WeChat Pay? Google pay is basically a utility for credit cards so there is no real difference there.
Yeah I see in the doc that it says it's only if it's live mode.
Yeah, just trying to get the screen to look consistent.
Here I'm turning off WeChat Pay
I think if you just click off the modal window it'll close without saving
No I hit save. So it saves it. and when I refresh it's saved. But when I create an invoice (in test mode) it brings it back and sets it as a payment avail on the invoice
Ok. It's because you got to uncheck it save it and then hit save again
Oh...so its a double save situation, got it!