#z3ntl3
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Why do you need an account link for your Connected Standard Account ?
They can update their details from their Stripe Dashboard.
i have something on my dashboard that notifies them about when the requirements object has some requirements, and from there i want to make account link so they can update is with one click
but for some reason its only possible for custom accounts
however do they get email notifications from stripe?
Yes they should be notified
oke
and from there i want to make account link so they can update is with one click
You can simply redirect them to their dashboard
and ehm one more question
when i create checkout session, it creates always new customer accounts for the same customer email, i want it to just update, also it doesnt send a confirmation email
i found i had customer creation field set to always on backend changed it to if required, also how do i force an email to the customer
you'd need to find the existing Customer object cus_xxx if one exists for a given email address and then pass that ID to the Checkout Session
like on checkout there is a field email by stripe but clearly no email is sent
iknow but i dont want it in that way
i put this empty so there is a customer email field in checkout
but i expect stripe to handle the rest and send a confirmation email
but stripe doesnt?//
do i need to set invoice Icreation field in order to force this?
what is a "confirmation email" exactly?
do you mean a receipt? "thank you for payment of $100 to z3ntl3's Business"?
ye
with the invoice
maybe i need to listen on event when checkout session done and its payment succeddeed?
and then add receipt mail? as update
will that work??
well there won't be an invoice if the payment was not for a subscription, or you use the feature for post-payment invoices
receipts are sent automatically
not in test mode, but in live mode
it's all documented in detail on https://stripe.com/docs/receipts so please read that
to have and see it in test mode, do i need to do that what ive said above will that work
also one small question
will this sent an invoice pdf to the customer