Features
- #1956 Added support for the Billie payment method
- Added
image
andmandateHTML
toEmbeddedPaymentElement.PaymentOptionDisplayData
- Added
embeddedViewDisplaysMandateText
toEmbeddedPaymentElementConfiguration
Changes
- Klarna: Made
billingDetails.email
andbillingDetails.address.country
optional when creating Klarna payment methods. See Stripe docs: Migrate Klarna from Sources – Field mapping reference ("Not required when using the Payment Element. It’s collected automatically.").
Fixes
- Fixed iOS crash "Stripe SDK confirmPayment must not be null" when calling
confirmPayment
with optional parameters. Updated native bridge to properly handle nullable params argument. #2048
Please see the changelog for additional details.