#Miggy-wallets

1 messages · Page 1 of 1 (latest)

fierce trellis
#

Hi there! Are you using wallets with a web app or with a mobile app?

#

Is there a guide in the docs you are following?

limpid ember
#

Web!

#

I saw this, but I can’t find find any docs that kinda explain how to do it

fierce trellis
#

Gotcha! And are you using Payment Element already?

#

How are you collecting card payments?

#

(non-wallet)

limpid ember
#

I’m using the card element, but I thought I should implement the mobile wallets

fierce trellis
#

Yep perfect

limpid ember
#

So I began to follow the code for Apple Pay

fierce trellis
limpid ember
#

Yes! I set that up, but now am trying to capture the token to set up a subscription!

fierce trellis
#

Oh in that case instead of using a PaymentIntent you use a SetupIntent

#

So just adjust your code to creating a SetupIntent server-side and then use confirmCardSetup instead of confirmCardPayment

limpid ember
#

Ah, okay

#

I’ll give that a try!