How to add Apple Pay / Amazon Pay in embedded checkout?

I've configured Apple Pay and Amazon Pay in my stripe dashboard and registered my domain in stripe as well, but I don't see the option to add Apple Pay or Amazon Pay as payment methods in the Create Checkout Session api action. Am I missing something obvious? Wouldn't be the first time haha.

Thanks in advance,
Twitch

I found what the api call for Amazon Pay is and I was able to add it by going into code view and adding it manually.

"payment_method_types": [
                                            "card",
                                            "cashapp",
                                            "amazon_pay"
                                          ],

But I can't find Apple Pay in the API docs which is odd:

1 Like

Is there an option in Wappler to just have Stripe offer whichever payments methods are set up in Stripe itself?

The only one that seems to show up automatically when it's not set in the Create Checkout Session but turned on in the dashboard is the Link payment method.

I've been asked to add Apple Pay and Google Pay to a checkout which currently uses Stripe. Has anyone achieved this? Do I do most of the setting up within their Stripe account or is there other integration needed in the checkout itself (Wappler)?

I’m not at my computer at the moment (I’m eating meatballs in IKEA)…

But I recall there is an option in stripe when you create the payment intent as to whether you specify which payment methods are accepted manually in that API call or whether you set an option to allow any payment method set in Stripe’s Settings area…

Ikea meatballs?! Are they any good...haha

@sitestreet I want to say I got it working by going to the stripe dashboard and enabling it. If I remember correctly it appeared at the top of the checkout and I had no control over when it would appear or where so I turned it off. But I'm not totally sure cause I tried so many things around that time.

They are good but you have to make them yourself :wink:

1 Like