Payment with Apple Pay, Google pay etc

Hey,

I’d like to create a platform where i can use Google Pay, Apple Pay and Paypal. Can everything be integrated within the Stripe componant ?

Have a nice day,

Jacques

Hi @JacquesL :wave:

Our Stripe integration allows you to use Stripe checkout so if you’ve configured Apple Pay, Google Pay, and Paypal in your Stripe dashboard, you should be able to reflect that on the checkout page.

The information you need to set that up is in Stripe’s own documentation.

We are planning to do a mini-course on Stripe to help nocoders get to grips with Stripe checkout but it’s still a little way out as we prioritize more WeWeb-focused tutorials for the next 6-7 weeks.

1 Like

In order for the possibility of payment via Apple Pay to be active, it is necessary to perform the following according to the Stripe documentation:
Download the domain association file and host it at /.well-known/apple-developer-merchantid-domain-association on your site.
(Payment Request Button | Stripe Documentation ).
How can this be done in weweb?

Ah! Didn’t realize that!

So that’s not currently possible. It’s a planned feature but we don’t have an ETA yet.

Hi Weweb team & happy new year! Just wondering if there is any progress on this yet or if it’s possible to work around by raising a support request to host the Apple Pay config file in the appropriate directory for us?

Hi @jonadair :wave:

This hasn’t been prioritized yet.

If Apple Pay is a requirement for your app, we recommend using Stripe checkout. Here’s a video showing how it would work with a Xano / WeWeb app:

The same logic would apply with a different backend (or frontend for that matter!)