BillptGetTaxes
Description
Section titled “Description”Gets the tax rates configured in Bill.pt (VAT and others). Useful for obtaining the tax_id needed when creating items and tax documents.
Configuration
Section titled “Configuration”| Field | Type | Required | Description |
|---|---|---|---|
| credentials_id | credentials | Yes | Bill.pt credential |
Credentials
Section titled “Credentials”This module requires a billpt type credential with the following fields:
- API Token: Bill.pt API access token
Output
Section titled “Output”{ "success": true, "taxes": [ { "id": 1, "name": "IVA 23%", "value": 23 }, { "id": 2, "name": "IVA 13%", "value": 13 }, { "id": 3, "name": "IVA 6%", "value": 6 } ], "total": 3}GET /taxes - https://api.bill.pt
Usage Example
Section titled “Usage Example”{}No additional parameters required. Only the credential is needed.
- Tax rates are configured in the Bill.pt dashboard
- In Portugal, common VAT rates are: 23% (standard), 13% (intermediate), 6% (reduced)
- The obtained
tax_idis used when creating items and documents
Related Nodes
Section titled “Related Nodes”- BillptCreateItem - Create item
- BillptCreateDocument - Create tax document
- BillptGetItems - Get items