#dannyboy

1 messages · Page 1 of 1 (latest)

static coralBOT
atomic stirrup
#

Apple Pay and Google Pay are not supported.

fleet sable
#

any tips on how can i implement it

#

via checkout?

atomic stirrup
#

Could you share what you would like to achieve?

fleet sable
#

so currently, our app is integrated with stripe using stripe.js.. now, client wants me to implement something that allows user to pay using apple pay / google pay

#

the more ways to pay the better. giving customer more flexibility

atomic stirrup
fleet sable
#

does this handle two-step authentication as well?

atomic stirrup
#

If you're referring to 3DS authentication by the card issuer, then yes!

fleet sable
#

cool!

#

is there a document referring to migration from stripe.js to Payment Element?

atomic stirrup
#

Are you using tokens and charges now?

#

Payment Element is also part of StripeJS

fleet sable
#

v3. token

#

we are using stripe gem 5.42.0 . Rails 4.0

#

you think this is possible?

atomic stirrup
fleet sable
#

thank you

#

is PaymentElement new? compare to CardElement?

#

we are using CardElement and this PaymentElement seems really good

atomic stirrup
#

The migration doc here refer to Token/Charges on Card Element to Payment Intent on Card Element: https://stripe.com/docs/payments/payment-intents/migration?web-migration=elements

Tokens/Charges are legacy and Payment Intent is the new way and recommended way to do it. Although both are Card Elements, the underlying APIs are different.

After updating to Payment Intent on Card Element, you can opt to change to Payment Intent on Payment Element: https://stripe.com/docs/payments/payment-element/migration

#

Payment Element has come out for quite some time and the integration is a lot more seamless for supporting multiple payment methods

fleet sable
#

okay . just to confirm, i can modify this page..

#

to show Card , Google Pay, Apple Pay in here...

#

it is also possible to remove those option if Google Pay and Apple Pay is not enabled.. leaving only Card payment so providing option is a bit useless and thus can be hidden?

#

don't wanna code as of this moment and just studying if the feature is viable or not

atomic stirrup
#

Yes! There are two ways to do it:

Option 1 - Automatic Payment Methods

Option 2 - API

#

Option 1 is definitely a lot easier and less code changes

fleet sable
#

Cool!

#

how can i make sure this thread doesn't get deleted?

#

so i can just come back when its time to code it

atomic stirrup
#

This thread won't be deleted

fleet sable
#

all good! thank you

atomic stirrup
#

No problem! Happy to help 😄