#shrutiverma_83859
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-custom_text-terms_of_service_acceptance yes terms_of_service_acceptance is a public param
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Did you update the Stripe Node.js SDK ?
I'm using v14.20.1
and we can use it for both payment and subscription mode?
Yes
I tried with node version v16.20.0 also, but getting same error.
Need help, it's urgent.
custom_text is added since version 13.7.0
Please update the Stripe Node.js SDK version, not your Node.js runtime.
I've updated the stripe version and it is working fine.
Thank You
I'm getting this checkbox and custom text above the subscribe button, but I want it to be present below the button. How can I do that?
that's not possible unfortunately
okay, thank you