Stripe-android: [BUG] PaymentSheet.presentWithSetupIntent shows the payment sheet with only an infinite circular progress bar

Created on 20 May 2021  路  4Comments  路  Source: stripe/stripe-android

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.

triaged

Most helpful comment

@masmil1988 Unfortunately we accidentally exposed the Setup Intent functions. We will remove presentWithSetupIntent function in the next release until it is ready for use.

All 4 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings