Best Way to Require Terms and Conditions Acceptance

I would like to require my users to provide positive consent to my terms and conditions through a checkbox in my stripe checkout. It looks simple to enable this through Stripe’s /v1/checkout/sessions endpoint.

My question is, if I do just do this through a custom POST API request to Stripe on a button click, will it screw up feathery.cart? Do i need to disable the Stripe integration, or how do I make a custom API POST request to Stripe’s endpoint use the items in the user’s feathery.cart?

Your custom post API request will not impact feathery.cart! You can use advanced logic to make the request and pull the info from the feathery.cart variable to send