{ "opencollection": "1.0.0", "info": { "name": "Embedded Consumer Wallets Balances Tax Calculator API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tax Calculator", "type": "folder" }, "items": [ { "info": { "name": "Calculate Taxes", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/tax/calculate", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Calculate taxes for an existing Cadana person. The person's address determines the jurisdiction, and their stored compensation and tax profile provide calculation inputs (overridden by `salary` when supplied).\n\nBeyond the base salary, the request accepts the same per-entry earnings as a payroll entry — `allowances`, `bonus`, `overtime`, and voluntary `deductions` — and computes them identically to a payroll run.\n" }, { "info": { "name": "List Required Additional Tax Fields by Country", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/tax/fields", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "country", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of tax-related additionalfields required to run calculations in the specified country" }, { "info": { "name": "List Countries and Regions", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/tax/locations", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "country", "value": "", "type": "query", "description": "Optional country code to filter for a specific country and its regions" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of supported countries and their valid states/regions" }, { "info": { "name": "Estimate Gross or Net Salary", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/tax/estimate", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Estimate gross or net salary for a given country and type" } ] } ], "bundled": true }