#z3ntl3

1 messages · Page 1 of 1 (latest)

hushed scaffoldBOT
#

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.

  • z3ntl3, 19 hours ago, 7 messages
  • z3ntl3, 19 hours ago, 14 messages
  • z3ntl3, 1 day ago, 16 messages
  • z3ntl3, 6 days ago, 14 messages
  • z3ntl3, 6 days ago, 59 messages
remote crane
#

Why do you need an account link for your Connected Standard Account ?

#

They can update their details from their Stripe Dashboard.

keen fiber
#

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?

remote crane
keen fiber
#

oke

remote crane
#

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

keen fiber
#

and ehm one more question

remote crane
#

yes

keen fiber
#

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

hushed scaffoldBOT
keen fiber
#

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

last belfry
#

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

keen fiber
#

like on checkout there is a field email by stripe but clearly no email is sent

keen fiber
keen fiber
#

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?

last belfry
#

what is a "confirmation email" exactly?

#

do you mean a receipt? "thank you for payment of $100 to z3ntl3's Business"?

keen fiber
#

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??

last belfry
#

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

keen fiber
#

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

keen fiber
#

will this sent an invoice pdf to the customer

last belfry
#

check the docs I linked above