#priyan-murugan_webhooks

1 messages ¡ Page 1 of 1 (latest)

patent capeBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1311332026212945940

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

broken wolf
#

hi there!

#

we usually don't send emails in test mode

civic tinsel
#

yes

#

what email content stripe will send to user ? can I get the sample ?

broken wolf
#

have you tried the flow in test mode? maybe you can view the email when looking at the customer object in the dashboard.

civic tinsel
#

I'm not seeing any email soma

#

cus_RIMZbKQiWhFAUB

#

this is customer id

#

can you please check it

broken wolf
#

I don't see any email either

#

maybe you can't view this email in test mode.

civic tinsel
#

okay can I get the email content what stripe will send them ?

broken wolf
civic tinsel
#

ok thank you

#

I have another doubt

broken wolf
#

what's your question?

civic tinsel
#

while creating payment element and choose bank account option

#

its asking full name and email address how can I hide it ?

broken wolf
#

how are you accepting payments? Checkout Session, Payment Element, something else?

civic tinsel
#

payment element

#

const paymentElement = elements.create('payment',
{
fields: {
billingDetails: {
address: {
country: 'never',
postalCode: 'never'
}
}
},
wallets: {
applePay: 'auto'
}
});

broken wolf
#

got it. I don't think you can disable these fields

civic tinsel
#

can pass the value and make it read only ?

broken wolf
#

but no you cannot make them read only

civic tinsel
#

thank you