#roopa_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1413086363607105576
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
sub_1S2pLnDwT5gdvn7n28W2dhc1 customer is different but stripe emails are going to different user so when I checked eveny object it is displaying different customer details. Could you please clarify what is the issue?
and usually which email id stripe will pick to send emails related to direct debit setup?
I don't see any difference
between the customer details and the subscription/invoice details
the customer.email
oh I see what you mean now
there was a manual change on the dashboard for the email address of this customer https://dashboard.stripe.com/logs/req_hKKKNrCgJWJRkC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but this happened after the subscription has been created
ah ok, then what we need to do so that email will be sent to ne email address?
also I just saw payment method is showing old email address, how to change it?
if we do this then it will send all the emails to new email address?
hi! I'm taking over this thread.
also I just saw payment method is showing old email address, how to change it?
you can update the Payment Method object if needed.
if we do this then it will send all the emails to new email address?
If you set the email on the customer object to foo@example.com, then all invoice for that customer will automatically use the foo@example.com email. so I recommend making sure the email is correct on the Customer object.
yes, email address on the customer object is correct. But still old user is getting email about 'Confirmation of Setup of Direct Debit Instruction with Stripe '
got it. make sure to update the email address on all related objects.
what is mean by all the objects?
could you please check I have done correctly for this customer https://dashboard.stripe.com/customers/cus_OL8phGdYtMN1aq
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
what is mean by all the objects?
Customer object, Invoice object, Payment Method object, etc.
ould you please check I have done correctly
what do you mean by "done correctly"?
I am not able to edit Payment Method object from dashboard, cannot see any option to edit it