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

Stripeupe Payment Initialization Error: The following betas are not recognized for Stripe () Parameter #1846

Open
fresh5447 opened this issue Feb 15, 2023 · 6 comments

Comments

@fresh5447
Copy link
Contributor

fresh5447 commented Feb 15, 2023

Describe the bug
bigcommerce/checkout-sdk version": "1.346.0

When initializing the stripeupe gateway using the card method, an error is thrown from Stripe

Screenshot 2023-02-14 at 8 45 37 PM

In the source code you can see these betas being added:

This is how I am initializing the payment method, which I believe is correct.

                    const options = {
                        methodId: 'card',
                        gatewayId: 'stripeupe',
                        stripeupe: {
                            containerId: 'checkoutButton--card',
                            onError: (error) => {
                                console.log("stripeupe render error", error)
                            },
                        },
                    }

                   await service.initializePayment(options);
@animesh1987
Copy link
Contributor

Hey @AlanMunozN can you please help look at this issue?

@AlanMunozN
Copy link
Contributor

Hey @animesh1987, we'll create a ticket to review that

@AlanMunozN
Copy link
Contributor

Hi @fresh5447, the error is not related to the betas version, we'll check the options and as soon as possible give an answer

@fresh5447
Copy link
Contributor Author

Thanks @AlanMunozN - appreciated!

@AlanMunozN
Copy link
Contributor

Hey @fresh5447 I think the issue is related to a missing function called render
image

could you please try adding a function for render?

@bc-0dp
Copy link
Collaborator

bc-0dp commented Feb 16, 2024

@bigcommerce/team-checkout was this looked into and resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants