#Gilson

1 messages · Page 1 of 1 (latest)

hearty irisBOT
late rampart
#

hello! I'm a bit confused - can you elaborate a bit more on what is the flow that you expect your customer to go through on your site?

thorn epoch
#

sorry I will try to explain a bit more...

#

on some events that we run, we have something called card pre authorization, basically we ask the users to inform a payment method before anything, but that is not possible to do with google and apple pay without as for a payment

#

I am trying to capture their digital wallets(google pay or apple pay) with a setup intent, but I cant find some usefull doc

late rampart
#

to summarize - you want to save their card details, but not charge the customer yet?

thorn epoch
#

yes, but their cards from digital wallets

#

not from the cards elements that the users can type

late rampart
#

were you trying to use the Payment Request button before? Why can't you mount the element?

thorn epoch
#

in order to mount the "#payment-request-button"

#

it need to call the "canMakePayment"

#

which is a method from the paymentRequest

#

I am wondering if I can run that from setupIntent instead

late rampart
#

you can use a SetupIntent with the Payment Request Button also

#

in short, at step 5) instead of creating a PaymentIntent, you would create a SetupIntent instead