#fillefilip8

1 messages · Page 1 of 1 (latest)

cobalt fiber
#

I don't believe Stripe receipt emails include the business address, and I don't know of a setting for it. If you want to include the address you would need to turn off Stripe's emails and set up custom emails on your end.

ionic tapir
#

Looks like it adds the business address on Invoice receipts but only on the PDF.. not on the actual email

#

and no PDF is included for checkout receipts

#

checkout really do be new 🙂

cobalt fiber
#

That's correct, Invoices are quite different.

ionic tapir
#

I see no reason to keep business address hidden for non invoice receipts?

cobalt fiber
#

I don't know the reason why it's not included, but if it's a feature you want I can flag it internally.

ionic tapir
#

You can do that too... sounds like i will be write a email with feature requests...

#

As my boss says it's legally required to have business address, org number and such.. on the receipts.

cobalt fiber
#

If that's a requirement you would either need to switch to your own custom receipts or use Invoices if they include the information you need.

ionic tapir
#

Ah okay! Good to know. Another feature request to send on the email 😄

ionic tapir
#

Quick question... trying to add apple pay on stripe checkout.. What "top level domain" is it requesting? The domain that is on the success/cancel redirects? Any owned domain?

lean falcon
#

where do you see a top-level domain? You shouldn't need anything specific with Checkout

ionic tapir
#

let me ask another question first... What are the requirements to show the google pay button? on checkout

#

I had it on test mode before.. and now its just gone..

#

in test and live mode.. I assume i need a android phone with a card added to gpay?

lean falcon
#

Yes, though it works on Chrome on desktop if you have a card added to GPay too

ionic tapir
#

nope.. its not there anymore

#

is there any setting im missing? except these?

lean falcon
#

My take is that this is an issue with your browser/Google Pay config in Android/Chrome

#

it's not with Checkout itself

ionic tapir
#

Does it matter if its test mode or not?

lean falcon
#

no it doesn't

mint elm
ionic tapir
#

i do

mint elm
#

does the demo button show up for you here?

ionic tapir
#

yes it does.. and the dialog shows with my card stuff

mint elm
#

interesting, those should have the same result

ionic tapir
#

is there anything in the session create api call.. that would "disable gpay" etc?

mint elm
#

It's something with your browser/gpay

#

Can you open up the dev tools on that docs page and remove the pay.google.com cookie?

#

and in the applications tab/section, check your service workers

#

chrome://serviceworker-internals/?devtools

ionic tapir
mint elm
#

if you look at the payment request button docs again, is it any different?

ionic tapir
#

nope. it works perfectly there

#

my card number shows in the widget and the popup shows when pressing it

#

i can fill in the card details with autofill (a card from gpay)

#

but the "pay with google pay button" is not at the top

#

(i do not have this basically)

mint elm
#

sorry, previously you replied that the PRB docs button did not show up. is that different now?

ionic tapir
#

i see the docs gpay button on that link.. but i have no gpay button on stripe checkout

mint elm
#

in our docs example

#

if that does not appear, it wont in checkout either

ionic tapir
#

that gpay button works

#

and functional...

mint elm
#

nice! that wasnt working before, right?

#

that's a good step forward

ionic tapir
#

no clue... didnt see it was a interactable button

#

felt like a screenshot

#

without any context xd

#

..but the stripe checkout problem remains..

mint elm
#

for those checkout settings, are you sure the account settings youre looking at are for the same account as the session youre creating?

ionic tapir
#

yup.. there is only one account

mint elm
#

eg: do you maybe have another developer account and using keys form that where the setting might be disabled?

#

ok

lean falcon
#

can you share a Checkout Session URL? that way we can see if we see google pay

mint elm
ionic tapir
#

i see a gpay button on that payment link

#

@mint elm

mint elm
#

OK, well, thats great, means your gpay probably is set up correctly

#

as koopajah mentioned, can you share a test mode session url here with us?

cobalt fiber
#

Do you have tax enabled in Checkout?

ionic tapir
cobalt fiber
#

Apple Pay and Google Pay aren’t available to customers when you enable Stripe Tax in Checkout.

ionic tapir
#

Well that explains it...

#

@cobalt fiber now when i have tax enabled..other issues appears... Lovely :P

#

Such as no gpay support..

#

Which is weird tbh... Why wouldn't it work with gpay?

cobalt fiber
#

There's no way to determine the customer's tax location (to calculate the tax) prior to them authorizing the payment.

ionic tapir
#

As google pay fills in location info?

#

During the payment?

cobalt fiber
#

For example, if I have a US card in my Google Pay wallet Google Pay doesn't expose that detail until I've confirmed the payment, so how can Checkout calculate the tax and adjust the total without knowing I'm in the US (which needs to happen before Google Pay).

ionic tapir
#

What about tax behavior which is inclusive?

cobalt fiber
#

Since Apple Pay and Google Pay don't expose that information ahead of time there's no way to calculate the tax ahead of time and charge them the correct amount, so we disable them.

#

As far as I know it's disabled across the board when tax is enabled.

ionic tapir
#

Technically... Tax can be calculated when the behavior is inclusive?

#

Right?

cobalt fiber
#

In some specific cases it probably could be, but it's not something Checkout supports right now.

ionic tapir
#

Yeah i understand. Just a hypothetical question..