-
I've had a look at the docs and can't find any information on this. Is it possible to setup apple pay as a payment method with swell-js? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
@Buupu you should be able to integrate Apple Pay using swell-js via Braintree. While we don't have a specific code example, hopefully these two can get you started: Please let us know how it goes! |
Beta Was this translation helpful? Give feedback.
-
FWIW, the Swell team is actively working on an Apple & Google Pay integration via Braintree/Stripe for our hosted checkout. Eventually some of that code should find its way to our public SDKs (e.g., swell-js). |
Beta Was this translation helpful? Give feedback.
-
@Buupu currently swell-js only renders Stripe's Card Element. In the meantime, if you wanted to use Stripe's Payment Request Element for Apple/Google Pay you might be interested in my response here: https://github.com/orgs/swellstores/discussions/116. Otherwise if you're using Braintree then it would be possible to also use their Drop-In UI and pass the |
Beta Was this translation helpful? Give feedback.
-
swell-js v3.20.0 now has support for Apple Pay & Google Pay via Braintree / Stripe. |
Beta Was this translation helpful? Give feedback.
swell-js v3.20.0 now has support for Apple Pay & Google Pay via Braintree / Stripe.