#tillter
1 messages · Page 1 of 1 (latest)
Usually for beta features you should be talking to support (https://support.stripe.com/contact) - but I'm guessing disallowedCardBrands is an option you set on elements.create('payment', {OPTIONS})
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
It wouldn't be something you set in your call to stripe.elements()
The documentation for the elements object, and the page detailing implementing the feature show it as part of the stripe.elements()
Ah, thanks for that screenshot
Yeah based on that it's something that we only allow to use when you aren't also passing in a client-secret
The set of options you can use with a client-secret is not the same as the options you can use without it
If it's somethign you also want with client_secret then I'd reach out to whoever helped get you into the beta with that feedback
I get the same error even if I dont include the client secret parameter
Hmm... yeah at that point I think you need to ask support - it could be that you weren't gated in correctly, or you're missing the beta header
Ill try reaching out to support about it, but this error is happening before I try to run the code at which point Id assume it wouldnt know what betas I am or am not gated into