When I call
paymentSheet.presentWithSetupIntent(
setupIntentClientSecret,
PaymentSheet.Configuration(
merchantDisplayName = "My merchant",
customer = PaymentSheet.CustomerConfiguration(
customerId,
ephemeralKeySecret
)
)
)
with a valid setupIntentClientSecret, customerId and ephemeralKeySecret, I only see the sheet coming out from the bottom with only a progress bar. No way to know what is happening and why it is not fully loading the payment sheet.

@masmil1988 Unfortunately we accidentally exposed the Setup Intent functions. We will remove presentWithSetupIntent function in the next release until it is ready for use.
@michelleb-stripe can you please tell me when the presentWithSetupIntent functionality will be implemented?
I can't commit to any dates, but I would suspect it would be in the next few months.
Hi @masmil1988, @Alexander-Pliaka,
Support for Setup Intents in Payment Sheet was released today in v16.10.0.
Please try it out and let us know if you find any issues.
Most helpful comment
@masmil1988 Unfortunately we accidentally exposed the Setup Intent functions. We will remove
presentWithSetupIntentfunction in the next release until it is ready for use.