Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] PaymentSheet.presentWithSetupIntent shows the payment sheet with only an infinite circular progress bar #3744

Closed
masmil1988 opened this issue May 20, 2021 · 4 comments
Assignees
Labels
triaged Issue has been reviewed by Stripe and is being tracked internally

Comments

@masmil1988
Copy link

masmil1988 commented May 20, 2021

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.

@michelleb-stripe
Copy link
Contributor

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

@Alexander-Pliaka
Copy link

@michelleb-stripe can you please tell me when the presentWithSetupIntent functionality will be implemented?

@michelleb-stripe
Copy link
Contributor

I can't commit to any dates, but I would suspect it would be in the next few months.

@michelleb-stripe michelleb-stripe added the triaged Issue has been reviewed by Stripe and is being tracked internally label May 28, 2021
@brnunes-stripe
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue has been reviewed by Stripe and is being tracked internally
Projects
None yet
Development

No branches or pull requests

4 participants