Title: Invalid Keys: skipAdvancedFraudChecking Error
Last modified: January 3, 2020

---

# Invalid Keys: skipAdvancedFraudChecking Error

 *  Resolved [Mushi](https://wordpress.org/support/users/mubashiriqbal/)
 * (@mubashiriqbal)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/invalid-keys-skipadvancedfraudchecking-error/)
 * Hi,
 * As per your instructions on this page [https://wordpress.org/support/topic/need-help-with-kount/](https://wordpress.org/support/topic/need-help-with-kount/)
   We had added given code to whitelist certain users but user is still facing issue
   on the checkout and is getting the following error
 * **invalid keys: skipAdvancedFraudChecking**
 * Can you please help me on this.
 * Thank You
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finvalid-keys-skipadvancedfraudchecking-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/invalid-keys-skipadvancedfraudchecking-error/#post-12291470)
 * [@mubashiriqbal](https://wordpress.org/support/users/mubashiriqbal/),
 * The skip advanced fraud option is part of the options object.
 * [https://developers.braintreepayments.com/reference/request/transaction/sale/php#options.skip_advanced_fraud_checking](https://developers.braintreepayments.com/reference/request/transaction/sale/php#options.skip_advanced_fraud_checking)
 *     ```
       function whitelist_certain_customer($args, $order){
           if($order->get_customer_id() == 5){
               $args['options']['skipAdvancedFraudChecking'] = true;
           }
           return $args;
       }
       add_filter('wc_braintree_order_transaction_args', 'whitelist_certain_customer', 10, 2);
       ```
   
 *  Thread Starter [Mushi](https://wordpress.org/support/users/mubashiriqbal/)
 * (@mubashiriqbal)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/invalid-keys-skipadvancedfraudchecking-error/#post-12292041)
 * [@mrclayton](https://wordpress.org/support/users/mrclayton/) Thank You. I will
   try this out.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Invalid Keys: skipAdvancedFraudChecking Error’ is closed to new replies.

 * ![](https://ps.w.org/woo-payment-gateway/assets/icon-256x256.png?rev=2142799)
 * [Payment Plugins Braintree For WooCommerce](https://wordpress.org/plugins/woo-payment-gateway/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-payment-gateway/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-payment-gateway/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-payment-gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-payment-gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-payment-gateway/reviews/)

## Tags

 * [braintree](https://wordpress.org/support/topic-tag/braintree/)
 * [kount](https://wordpress.org/support/topic-tag/kount/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mushi](https://wordpress.org/support/users/mubashiriqbal/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/invalid-keys-skipadvancedfraudchecking-error/#post-12292041)
 * Status: resolved