#chozboots
1 messages · Page 1 of 1 (latest)
Hi there, are you asking to test micro-deppsit verificaiton in test mode?
Yes, I can find the link to the verification pages in my request bodies, but I can't seem to find any previews of what the email itself will look like. Like, what the user sees in their inbox.
I got the verification itself working, I'm just wondering how I would be able to view the email layout.
The micro-deposit will be sent to your customer's bank account, not email address, see https://support.stripe.com/questions/verify-a-new-ach-direct-debit-customer-using-micro-deposits
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Oh yes, I know it will be sent to their bank account, but I'm talking about the email that gets sent to the customers that contains the link to the verification page where they input info sent to their bank account.
I've only managed to send it to my own email in live mode, but this is what it looks like.
You can do it in test mode as well, see https://stripe.com/docs/payments/ach-debit#testing-ach
But will the email itself be sent to where I can check it? I haven't been able to get it to do this, for some reason. However, I know it's creating the verification pages, so that's functioning at least.
To do this, provide an email in the payment_method_data.billing_details[email] field in the form of {any-prefix}+test_email@{any_domain}
Have you tried it?
I have, but I can attempt it again. Others have said that you can't send or recieve actual emails in Test Mode, but it might be worth trying again to see.
I'm thinking the same thing that applies for reciepts might apply here:
"Ensure the email you’re expecting is for a live transaction. Stripe only sends email receipts for payments that are made with your live API key or through your live Dashboard. If you are expecting an email for a test transaction, one will not be sent."