#Sulaz-paymentsheet
1 messages · Page 1 of 1 (latest)
Hi there! Klarna was added to PamyentSheet as of 19.1.0 of our Android SDK: https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1910---2022-01-05. So as long as you are on that version or later, and either enable automatic_payment_methods or set klarna as a payment_method_type when you create you PaymentIntent, it will show up as an option in Payment Sheet.
Thanks!
So, no need to add any extra code on Android to support Klarna, as long as I'm using 19.1.0
Correct, PaymentSheet handles this for you
PaymentSheet will collect the required info as long as the requirements are met in order to show it as a payment option (there are currency requirements based on location: https://stripe.com/docs/payments/klarna#payment-options)
Awesome thanks