#GiovanniV-invoice-emails
1 messages · Page 1 of 1 (latest)
Hi there! Yep, if you use the send_invoice collection method for invoices and toggle your Invoice Settings in the Dashboard to send invoices then these will contain a link to pay via the Hosted Invoice Page!
ok I am looking at Manage invoices sent to customers section in https://dashboard.stripe.com/settings/billing/automatic . Could you help me see what a sample email looks like for Email finalized invoices to customers ? (title of the email. content of the email). My understading is that this is separate from receipts email
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'd recommend just sending the email to yourself! You can do this in testmode if you set the customer email to the email of the account owner.
OK in addition, im interested in whether the customers will be able to update their credit card via links exposed to them in the email or hosted page. Is this sth we have control over?
do you know if there is a webhook that corresponds to upcoming renewal or expiring cards ?
No customers can't update their card on file via the hosted invoice page. You would use the Customer Portal for that.
There are webhooks for upcoming renewals via invoice.upcoming events: https://stripe.com/docs/api/events/types#event_types-invoice.upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
There aren't webhooks for expirin cards