# Best Way to Require Terms and Conditions Acceptance

**URL:** https://community.feathery.io/t/best-way-to-require-terms-and-conditions-acceptance/950
**Category:** Support
**Created:** [August 2, 2024, 8:34pm UTC](https://community.feathery.io/t/best-way-to-require-terms-and-conditions-acceptance/950 "2024-08-02T20:34:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![adam](https://avatars.discourse-cdn.com/v4/letter/a/4af34b/32.png) [@adam](https://community.feathery.io/u/adam)
#### Post date: [August 2, 2024, 8:34pm UTC](https://community.feathery.io/t/best-way-to-require-terms-and-conditions-acceptance/950/1 "2024-08-02T20:34:20Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![peter](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.feathery.io/peter/32/7_2.png) [@peter](https://community.feathery.io/u/peter)
#### Post date: [August 5, 2024, 3:55pm UTC](https://community.feathery.io/t/best-way-to-require-terms-and-conditions-acceptance/950/2 "2024-08-05T15:55:06Z")

</div>

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
