#_pathin
1 messages · Page 1 of 1 (latest)
Can you share with me your code?
<Elements
stripe={stripePromise}
options={{
amount: price.amount,
mode: 'subscription',
currency: price.currency,
// automatic_payment_methods: {
// enable: true
// },
appearance
}}
>
<CheckoutSubscriptiomForm />
</Elements>
You set mode to subscirption, but Klarna doesn't support subscription. https://stripe.com/docs/payments/payment-methods/integration-options#support-buy-now-pay-later
ok I see, damn. So that means not subscription with Klarna method even not using the Collect payment details before creating an Intent?
Yes you are right