#fuzzbear_dev

1 messages · Page 1 of 1 (latest)

pulsar plankBOT
maiden rivet
#

@vocal gyro you do not need to create a new thread, you can just write in on the current one we have open.

vocal gyro
#

Ah i see next time i wont

maiden rivet
#

Sure

What does 'how can i also have this with' mean?

vocal gyro
#

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

maiden rivet
#

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

vocal gyro
#

oh i see

#

in live mode

maiden rivet
#

Hmm, what were you trying to do? That does not look like an error from Stripe

vocal gyro
#

it is from stripe

#

i clicked subscribe

#

and when card tries auth

#

is it my card company?

maiden rivet
#

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?