Skip to main content
POST
Calculate Taxes for Australia

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

*/*

tax calculation parameters

Parameters for the calculateTaxAustralia endpoint

client_id
string
required

The client_id of the Tight Partner

Example:

"fake_client_id"

userId
string
required

An anonymized userId, used for tracking API usage. The Tight Partner decides how to anonymize it.

Example:

"fake_userId"

year
integer<int32>
required

Tax year for which tax needs to be calculated on

Example:

2018

filingStatusCode
enum<string>

The Tax Filing Status Code

Available options:
S,
F,
SS,
FS
Example:

"S"

businessIncome
number

The business income for which tax needs to be calculated on

Example:

100000

gcIncome
number
interestIncome
number

The interest income for which tax needs to be calculated on

Example:

0

dividendIncome
number

The dividend income for which tax needs to be calculated on

Example:

0

capitalGain
number

The capital gain income for which tax needs to be calculated on

Example:

0

noOfDependents
integer<int32>

Number of dependents

Example:

1

employerSuperannuationContribution
number

The employer superannuation amount for which tax needs to be calculated on

Example:

0

personalSuperannuationContribution
number

The personal superannuation amount for which tax needs to be calculated on

Example:

0

financialInvestmentPropertyLoss
number

The financial superannuation amount for which tax needs to be calculated on

Example:

0

Response

200 - application/json

Successful operation

taxTableYear
integer<int32>
Example:

2020

netIncome
number
Example:

100000

taxAmount
number
Example:

26632