#Gajendra-acss
1 messages · Page 1 of 1 (latest)
Hi there, are you looking for a way to notify your system for the status of verification?
yes
Ok. Are you using setup intent to setup the acss payment method?
yes, I am using
Great, I’d recommend using webhook to get notified of such events instead of emails
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but I want to know what email stripe will send to user
Can I send these email in testing environment with test stripe key
?
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
- The webhook message structure is standardized, email is not
- There is retry mechanism in webhook
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
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.
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?
You'll need to use a working bank details in live mode.
Hi @winter forge I'd like to make a correction. Here is a way to receive micro-deposit verification email in test mode -> https://stripe.com/docs/payments/acss-debit/accept-a-payment?platform=web#receive-micro-deposit-verification-email
However, you need to have your Stripe account activated
gajendra.kumar@inforica.ca is my actual email
so I need to set email in this format
??
It'll be something like gajendrakumar+test_email@inforica.ca
ok thank you, I try it