#serdar4003_paymentsheet-collect-email

1 messages ยท Page 1 of 1 (latest)

atomic geyserBOT
#

๐Ÿ‘‹ 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/1310640971314233465

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

floral escarp
#

In our code we currently do this:

hollow groveBOT
crimson plinth
floral escarp
#

In our flutter mobile app we are using PaymentSheet

#

and in web we are using Payment Element ..

#

thats sad

crimson plinth
#

Gotcha, I'm pretty sure that isn't supported. I'd suggest including your own field for collecting email addresses from your customers.

floral escarp
#

That makes really no sense .. it looks like this .. how the user should provide here the email for apple pay? ๐Ÿ˜„

#

Normally behind every apple and google pay account is an email

#

So we should receive it from them automatically

atomic geyserBOT
lilac fulcrum
#

Hi ๐Ÿ‘‹

I'm stepping in as my colleague needs to go

#

Are you saying you are not receiving customer emails when they use Apple Pay in the Payment Sheet?

floral escarp
#

Yes

#

Same with Google Pay

#

we have this code implemented, i would expect that it is then to be found in the Payment Method

#

or do i have to check another place?

lilac fulcrum
#

I would agree, I think this has more to do with how the PaymentSheet is being configured

#

Let me do some digging

floral escarp
#

in flutter we have this code

#

and there it says email should always be collected

#

i dont know if we are missing something

lilac fulcrum
#

When you say "and there it says email should always be collected"
What "there" are you referring to? What doc are you referencing?

floral escarp
#

billingDetailsCollectionConfiguration

#

in case we have a guest buying something we do not have an email

#

so we request it .. as you can see in the screenshot there is an email field

#

but when the user directly clicks on apple pay

#

we expected that we get the email account behind the apple account

#

as example

lilac fulcrum
#

I am discussing this with my colleagues. We are not sure whether or not this setting is enforced when it comes to the digital wallets.

floral escarp
#

Hm okay

#

i will wait for an answer

lilac fulcrum
floral escarp
#

Okay i need to check that

#

In Web we are using Angular and ngx-stripe

#

In Mobile flutter_stripe

#

looks like u mean this

#

Payment Request Button

lilac fulcrum
#

Nope

#

PlatformPay is a mobile only element