#wabi-subscription-paymentmethods

1 messages · Page 1 of 1 (latest)

fast lightBOT
calm lintel
#

Hello

#

What integration for Apple Pay are you using here?

lilac bronze
#

Stripe has other options?

calm lintel
#

Yeah there are a few different ways you would integrate Apple Pay... like Payment Element vs. Express Checkout Button for instance.

#

Do you already have an integration running?

lilac bronze
#

Yes, we currently create subs with cc using stripe. Now we want to look into accepting apple pay and google pay

#

venmo and paypal too

calm lintel
#

Okay and how do you collect card details right now?

lilac bronze
#

with a setup intent

calm lintel
#

And Payment Element?

lilac bronze
#

is that a payment element?

fast lightBOT
calm lintel
#

Can you share an example PaymentIntent ID for your current flow?

#

That would probably be easiest here

lilac bronze
#

okay

#

Let me get you a paymentintent ID. We have a web app and a mobile app so different approaches

#

I'll get you an ID though

#

pi_3O05pMF5n5KjLa7R1SnrKXpj

calm lintel
#

Okay so looks like you actually currently use Card Element to collect new cards on the Web

calm lintel
lilac bronze
#

That suggestion is for web right?

calm lintel
#

Correct

lilac bronze
#

what about for mobile?

calm lintel
lilac bronze
#

Thank you. Is apple pay / google pay / venmo / paypal an option for subscriptions with automatic collection?

calm lintel
obtuse marsh
#

wabi-subscription-paymentmethods

lilac bronze
#

Thank you for that link. Do you know if you have one similar for setting up apple/google pay for subscription payments?

calm lintel
#

Alternatively if you want to use a similar flow to what you are doing right now with a SetupIntent then you can do that too and just use confirmSetup() with the PaymentMethod that the wallet generates.

#

Then you set that PaymentMethod as the default on the Customer and create the Subscription

#

Looks like that is what you are doing right now with Card Element + SetupIntent