#Gajendra-acss

1 messages · Page 1 of 1 (latest)

forest ore
#

Hi there, are you looking for a way to notify your system for the status of verification?

winter forge
#

yes

forest ore
#

Ok. Are you using setup intent to setup the acss payment method?

winter forge
#

yes, I am using

forest ore
#

Great, I’d recommend using webhook to get notified of such events instead of emails

winter forge
#

but I want to know what email stripe will send to user

#

Can I send these email in testing environment with test stripe key

#

?

forest ore
#

I'm afraid that emails are not sent in test mode.

#

And I highly suggest using webhook notification instead of email to update your system, because

  1. The webhook message structure is standardized, email is not
  2. There is retry mechanism in webhook
winter forge
#

actually I don't want to update my system, I need that email structure, Client want to see what email will trigger to the actual user

#

Can I see that email structure?

#

Can I change email structure?

#

Stripe notifies your customer at the billing email when the deposits are expected to arrive. The email includes a link to a Stripe-hosted verification page where they can confirm the amounts of the deposits and complete verification.

#

I want this email template structure

forest ore
#

If you want to receive such email, just create a SetupIntent in live mode 🙂

#

You can't edit the email structure though.

#

I'd also want to point out that the verification status email will be sent to your customer's email address, not your email address. So you might not receive the email as you expected unless you have your customer's email access.

winter forge
#

but I can not create SetupIntent in live mode with test bank account provided in stripe documentation

#

Do we have any bank details which can we use with live mode to get email?

forest ore
#

You'll need to use a working bank details in live mode.

forest ore
#

However, you need to have your Stripe account activated

winter forge
#

so I need to set email in this format

#

??

forest ore
winter forge
#

ok thank you, I try it