#fuzzbear_dev
1 messages · Page 1 of 1 (latest)
@vocal gyro you do not need to create a new thread, you can just write in on the current one we have open.
Ah i see next time i wont
Sure
What does 'how can i also have this with' mean?
so, i want for js const paymentIntent = await stripe.subscriptions.create({ to also have ```js
automatic_payment_methods: {
enabled: true,
},
but it says unkown parameter
Yeah, that parameter does not exist on the Subscription object: https://stripe.com/docs/api/subscriptions/object and that is why you're seeing this behavior. We kind of document this here, https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#collect-payment and it's important to note that some PaymentMethods are not supported in Subscription payments. You can see the supported Payment Methods to test here: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#test
Hmm, what were you trying to do? That does not look like an error from Stripe
it is from stripe
i clicked subscribe
and when card tries auth
is it my card company?
I'm unsure, can you share more? Are you saying that everything works up until you click on Pay and it shows this error?
Can you share the request id where you tried to create this Subsccription?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request