#locon-email-receipts
1 messages ยท Page 1 of 1 (latest)
Have you enabled receipts for successful payment in your dashboard settings here? https://dashboard.stripe.com/settings/emails
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 enabled it, do I need to add something else during the subscription creation?
I saw some information related to receipt_email but I'm not completely sure
You shouldn't need to do that as long as your Customer object has an email
ok, there's a way to test this email without wait at the end of the month to receive the receipt?
You could do an update for the subscription and set proration_behavior: always_invoice to immediately trigger an invoice for the subscription and have it charged. Something to note though - we don't send these receipt emails in test mode. We only send them in live mode
also, how can I use another email instead the customer email?
I mean my customer has X email but I want to send the reciept to another email like billing@whatever.com
is there a way to do that?
The only way to configure a different email would be to set it in the dashboard- there's no way to set it through the api
do you mean the receipt email or the customer email?
I found these links for reference:
https://stripe.com/docs/receipts
https://stripe.com/docs/terminal/features/receipts
With subscriptions, receipts will be default be sent to the email that is set on the customer - there isn't an easy way to specify receipt_email for invoices and subscriptions. If you want these billing receipts to go to an email that is NOT The same as the one specificed on the customer, the dashboard offers the ability to specify a different email for billing and add additional CC recipients
and what if I add a billing_email to my customer, it could work as well?
I saw a checkbox where I can select if my email is the same as my billing email
can I update my customer billing email in order to receive those emails on that address?
Hey there, stepping in here for Karbi ๐
What do you mean by billing_email? Customers have email addressed: https://stripe.com/docs/api/customers/update#update_customer-email
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That is a dashboard only concept, not available in the API
makes sense, I saw a receipt_email field in the payment intents
there's a way to specifiy that email when I create a subscription via API?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No, as karbi mentioned that parameter is not available for the payment intents created by subscription invoices automatically.
when the creation of a credit card, when we are collecting infomation in the ui. Isn't that a payment intent?
dumb question
What do you mean exactly? What part of your integration are you refering to?
what is a payment intent specifically?
Payment Intents is out current API for collecting payments: https://stripe.com/docs/payments/payment-intents