#kerpich_kristi-checkout
1 messages · Page 1 of 1 (latest)
Hey!
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Yup, you're passing a recurring price and using mode: 'payment', you need to use mode: 'subscription'
That's not what your code is sending to the API in the request you shared though
It's clear in the screenshot you shared
The _companySubsciptionOptions.Mode variable is not the value you're expecting
Thanks for help, i think that you are right
np!