What is the 'clear_default_fees' equivalent for Android devices in POS API

In the POS API, iPhone has a data field called ‘clear_default_fees’ which determines if seller-configured fees like taxes are applied to the transaction my app calls. That field is not listed in the Android URL params. What is the experience for Android devices? Are fees like taxes always applied and I cant turn it off?

Also what are all the types of fees associated with ‘clear_default_fees’?

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Payments Pricing with Square APIs and SDKs
Square Developer Documentation
Build on Mobile Web

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

The ‘clear_default_fees’ field is not available for Android in the Point of Sale API. This means that for Android, any seller-configured fees like taxes will always be applied to the transaction and cannot be turned off through the API.

The ‘clear_default_fees’ field in iOS is used to determine whether any default fees set by the seller, such as taxes or service charges, are applied to the transaction. If this field is set to true, these default fees will not be automatically applied to the transaction.

This answer was reviewed by @Bryan-Square.