#fillefilip8
1 messages · Page 1 of 1 (latest)
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.
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 🙂
That's correct, Invoices are quite different.
I see no reason to keep business address hidden for non invoice receipts?
I don't know the reason why it's not included, but if it's a feature you want I can flag it internally.
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.
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.
Ah okay! Good to know. Another feature request to send on the email 😄
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?
where do you see a top-level domain? You shouldn't need anything specific with Checkout
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?
Yes, though it works on Chrome on desktop if you have a card added to GPay too
mostly: do you see the button on https://stripe.com/docs/stripe-js/elements/payment-request-button ?
My take is that this is an issue with your browser/Google Pay config in Android/Chrome
it's not with Checkout itself
Does it matter if its test mode or not?
no it doesn't
@ionic tapir do you have a payment method saved in google pay here:
https://pay.google.com/gp/w/u/0/home/paymentmethods
i do
yes it does.. and the dialog shows with my card stuff
interesting, those should have the same result
is there anything in the session create api call.. that would "disable gpay" etc?
No, and that wouldnt affect the docs example
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
can you unregister any for pay.google.com
there was none for pay.google.com
but i removed all service workers.. cleared cookies for pay.google.com
if you look at the payment request button docs again, is it any different?
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)
sorry, previously you replied that the PRB docs button did not show up. is that different now?
i see the docs gpay button on that link.. but i have no gpay button on stripe checkout
Adn what about this one: https://stripe.com/docs/stripe-js/elements/payment-request-button
in our docs example
if that does not appear, it wont in checkout either
no clue... didnt see it was a interactable button
felt like a screenshot
without any context xd
..but the stripe checkout problem remains..
for those checkout settings, are you sure the account settings youre looking at are for the same account as the session youre creating?
yup.. there is only one account
eg: do you maybe have another developer account and using keys form that where the setting might be disabled?
ok
can you share a Checkout Session URL? that way we can see if we see google pay
similarly @ionic tapir here's a payment link to test a session under another account so you can see if that makes a difference: https://buy.stripe.com/test_aEU9C5ftBaL8eacaEF
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?
Do you have tax enabled in Checkout?
I do.
See the info box at the bottom of this section: https://stripe.com/docs/tax/checkout#create-session
Apple Pay and Google Pay aren’t available to customers when you enable Stripe Tax in Checkout.
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?
There's no way to determine the customer's tax location (to calculate the tax) prior to them authorizing the payment.
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).
What about tax behavior which is inclusive?
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.
In some specific cases it probably could be, but it's not something Checkout supports right now.
Yeah i understand. Just a hypothetical question..