Stripe has enabled Swish as a beta. By switching out Stipe's payment "element" from a card type, we should be able to enable more payment methods on the client side. We might have to do some changes on the backend as well.
However, we cannot enable Swish (and some other payment methods) when signing up for a subscription, since it cannot be used for recurring payments.
Stripe has enabled Swish as a beta. By switching out Stipe's payment "element" from a
card
type, we should be able to enable more payment methods on the client side. We might have to do some changes on the backend as well.However, we cannot enable Swish (and some other payment methods) when signing up for a subscription, since it cannot be used for recurring payments.