#FyreXIV-gpay
1 messages · Page 1 of 1 (latest)
stripe.js
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!
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
then you want https://stripe.com/docs/stripe-js/elements/payment-request-button , that is how to integrate Google Pay on a payment form like that!
ah so google account is not required? unlike applepay?
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
i mean, do i need to create a google account for my store to be able to implement the google pay?
no
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?
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.
testing is described on https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#html-js-testing, basically you visit your page using Chrome/Safari with your own Google/Apple accounts with live cads in the wallet.
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 ^
yes, you use your real cards, you won't actually be charged when using test mode Stripe API keys
and yes it works fine for subscriptions
noted thank you
https://stripe.com/docs/payments/wallets#payment-experience
just red this, ```Wallets may not be a good fit for your business if:
You sell subscriptions. Some wallets don’t support recurring payments.```
what wallets don't support recurring payments?