# Disabling 3DS authentication for sandbox

**URL:** https://community.rapyd.net/t/disabling-3ds-authentication-for-sandbox/55486
**Category:** ⚙️ API
**Tags:** open-discussion
**Created:** [September 1, 2022, 7:55pm UTC](https://community.rapyd.net/t/disabling-3ds-authentication-for-sandbox/55486 "2022-09-01T19:55:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![marc4](https://sea2.discourse-cdn.com/flex016/user_avatar/community.rapyd.net/marc4/32/20220_2.png) [@marc4](https://community.rapyd.net/u/marc4)
#### Post date: [September 1, 2022, 7:55pm UTC](https://community.rapyd.net/t/disabling-3ds-authentication-for-sandbox/55486/1 "2022-09-01T19:55:53Z")

</div>

By default there is a 3DS authentication enabled for amounts between 1000 and 2000 dollars in the sandbox. Is there any way to disable this? I looked in the rules on the dashboard but its not listed as a rule.

---

<div class="post-metadata">

### Author: ![Community\_Team](https://avatars.discourse-cdn.com/v4/letter/c/46a35a/32.png) [@Community\_Team](https://community.rapyd.net/u/Community_Team)
#### Post date: [September 1, 2022, 11:34pm UTC](https://community.rapyd.net/t/disabling-3ds-authentication-for-sandbox/55486/2 "2022-09-01T23:34:37Z")

</div>

Thanks @marc4, I tried this multiple times with multiple cards using

```auto
   "payment_method_options": {
        "3d_required": false
    },

```

However this still triggers due to the number range in Sandbox, which is intended behavior.

Is there a way you could use $999? That could work to be able to disable 3DS.
