Stripe plugin other payment methods than cc

Hey all,

build a web app. Integrated stripe via official plugin. Works fine.

User can …

a) subscribe to a plan or

b) pay one time.

Question: with both a) & b) user are only asked to pay via credit card. I activated paypal within stripe dashboard/payment methods but nothing changes. Anyone knows how to add more payment methods to checkout?

Many thanks!

Best

Jannis

You need to specify the allowed payment methods in the Bubble workflow action itself.

In the ‘Charge’ or ‘Subscribe’ action properties,

find the ‘Payment method types’ field and add ‘paypal’ in addition to ‘card’.

Are using a plugin or manual api calls with api connect

Hi @Baloshi69 ,

thanks for your fast reply. Cant find it in the workflow action. Any advice?

Best

Jannis

Oh, you using plugin you need to enable it from setting in stripe then , I prepare api. Connect though.

In stripe search a payment methods and allow apple pay

@Baloshi69 it is!? Any thoughts?

still its not shoign you the apple as payment method

Build a pai call and use it , jsut build a simple call , and use

use this as action type and in response send user to url the response of this api call give, it will by default allow user to choose form any avaible payment method you enable

oh wow! this works perfectly fine, thanks!!

1 Like