#xx9007

1 messages · Page 1 of 1 (latest)

drifting rootBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

  • xx9007, 3 days ago, 18 messages
night shell
#

Are you hosting your website via https ?

ember crown
#

Yep

night shell
#

Do you have a live endpoint that we can access ?

ember crown
#

Yes, I see the button on this url.

#

Getting to the checkout can be a bit of a ride, so let me provide a few steps:

  • Change the locale to UK if you're not in there. Others have stricter address validations during the checkout.
  • Quickest way is through ordering a wedding ring: Main Menu -> Wedding rings -> Browse our collection, pick any one from the catalog, enter any ring size and press add to cart. Any email and name are fine.
#
  • When on the payment method step, a refresh creates a new payment intent (in case you need to test)
night shell
#

Can you share with me a test account (login/pass)

ember crown
#

One moment

#

That's not very easy as the preview environment doesn't sent emails and we generate random passwords. You can easily create one when you press "Add to cart" on any product and enter any valid email and name.
I will try to provide one, but it may take a bit more time.

night shell
#

I invite you to share some login information in order to try reproducing the issue and see if there is Google Pay button displayed or not.

night shell
#

Great! thanks, now could you please share your account Id ?

ember crown
#

YcNkb4llAkoJxDVdN3rzYrcQdsYkka37

night shell
#

I meant your Stripe Account Id ? acct_124

ember crown
#

Where can I find this in the dashboard?

night shell
drifting rootBOT
ember crown
#

The only Id I see there is the one I pasted above:

crude estuary
#

Hi! I'm taking over this thread.

ember crown
#

Same Id:

#

Perhaps it's because the account is rather old?

crude estuary
#

ah yeah that's possible. give me a few minutes to look into this.

#

and can you share a PaymentIntent ID (pi_xxx) with this issue?

ember crown
#

Yes, one moment.

#

pi_2OM84QYcNkb4llAk0BYhv6ET

crude estuary
ember crown
#

We are using test mode on the preview environment. As you can see, Klarna is also turned off in live mode, but visible in the website.

#

And in test mode it is enabled.

crude estuary
#

indeed you are correct

#

are you using an iframe to embed the Payment Element?

ember crown
crude estuary
#

yeah that's expected. but did you put that code in an iframe yourself?

#

that could explain why Google Pay isn't showing up.

ember crown
#

Nope, it's called directly in the html of the page.

crude estuary
#

hum... still looking into this.

#

actually the issue in explained in the browser console:

It looks like you're using an older Stripe key. Some features in the Payment Element are disabled unless you're using use a modern API key, which is prefixed with 'pk_live' or 'pk_test'.

ember crown
#

Ookay, will update the key and test again. Thanks!

crude estuary
#

so you'll need to roll your publishable key in your Stripe dashboard

ember crown
#

Would there be a way to create a new one then delete the old one? I don't want to have downtime.

crude estuary
#

yeah you'll get that option when trying to roll the key:

ember crown
#

Brilliant! Thanks!