Skip to content

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

@fresh5447

Description

@fresh5447

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions