#TheUchi007 - pay with saved PM

1 messages · Page 1 of 1 (latest)

vagrant ginkgoBOT
idle nest
#

You don't need to use elements if using an already saved payment method

#

You cna use your own UI to present card info like last 4 digits to show the customer

#

then use the payment method ID with the payment intent directly:

#

if the customer is on-session in your app, you wouldnt use off-session, though

late forge
#

Hmmm couldn't I insert just the payment method ID?

#

stripe.confirmCardSetup

idle nest
#

Yees, that's possible too if you want to confirm client side

#

And that would support eg if authentication were required

late forge
#

Ah ok, got it. I will try with that one, since I am already using stripe.confirmCardSetup function

#

thank you

idle nest
#

NP!

#

TheUchi007 - pay with saved PM