Features
- Added the
amount
andlabel
params toinitPaymentSheet
'sgooglePay
field configuration. Use this to diplay the amount for setup intents. - Added the
amount
andlabel
paramscreatePlatformPayPaymentMethod
,confirmPlatformPayPayment
, andconfirmPlatformPaySetupIntent
. - PaymentSheet now supports the following payment methods on both iOS and Android (previously some of the following were iOS only) for SetupIntents and PaymentIntents with setup for future usage:
- Alipay
- BECS Direct Debit
- Cash App Pay
- iDEAL
- SEPA
- Sofort
- Bancontact
- BLIK
- Boleto
- Revolut Pay
- OXXO (PaymentIntents only)
- Konbini (PaymentIntents only)
- PaymentSheet now supports the following payment methods on iOS only for SetupIntents and PaymentIntents with setup for future usage:
- PayNow
- PromptPay
Fixes
- Fixed an issue on iOS where the value for the
paymentMethod
field on the returnedpaymentIntent
object fromconfirmPlatformPayPayment
and the returnedsetupIntent
object fromconfirmPlatformPaySetupIntent
would be null.
Please see the changelog for additional details.