Rick Schlueter
Rick Schlueter

Reputation: 141

Using the Square API and the IOS SDK is it possible to create a request with separate taxable and nontaxable amounts?

I have successfully integrated the Square IOS SDK into my app. I would like to create an SCCAPIRequest which specifies an amount to be taxed and an amount to not be taxed, in my case labor. I haven't seen any way to do this.

Upvotes: 1

Views: 53

Answers (1)

tristansokol
tristansokol

Reputation: 4271

You should set up your taxes inside the Square Point of Sale app, and if you don't override them with clearsDefaultFees they will automatically be applied to your transaction.

Partial taxation like you described is not currently possible. You can calculate the total yourself and pass that instead.

Upvotes: 1

Related Questions