#FyreXIV-gpay

1 messages · Page 1 of 1 (latest)

blissful horizon
#

hi! which specific part of stripe.js are you using?

blissful horizon
#

yep but which specific part? For example, which Elements are you using, the PaymentElement or the combined CardElement, or so on. A screenshot of your existing page would help!

twin grotto
#

var card_number = elements.create('cardNumber', { style : stripe_fields_style, placeholder : "Card Number"} );
var mm_yy = elements.create('cardExpiry', { style : stripe_fields_style_center, placeholder : "MM/YY"} );
var cvc = elements.create('cardCvc', { style : stripe_fields_style_center} );

#

im using that one

#

when generation a cc field

blissful horizon
twin grotto
#

ah so google account is not required? unlike applepay?

blissful horizon
#

depends what you mean by "an account", can you clarify?

#

the end-customer needs a Google account with a live card in their Google Pay wallet in order to see and use the Google Pay button on your site

twin grotto
#

i mean, do i need to create a google account for my store to be able to implement the google pay?

blissful horizon
#

no

twin grotto
#

also for applepay @blissful horizon still not required an apple account to integrate?

#

...and last, do we have a test card details for apple and google pay?

blissful horizon
#

for Apple Pay on the web you don't need an Apple developer account. For Apple Pay in a native app you would need one though.

twin grotto
#

ahh so we dont have a test card like in stripe cc ? 4242424242 cc number.

#

also, when creating a subscription on the stripe is it possible to use google/apple pay?

#

@blissful horizon ^

blissful horizon
#

and yes it works fine for subscriptions

twin grotto
#

noted thank you

blissful horizon
#

that documentation is just out of date

#

ah but ok it includes stuff like WeChat as a wallet