Superlogica icon

Superlogica

Consumir API do Superlogica Condomínios

Overview

This node integrates with the Superlogica Condomínios API to generate a download link for the second copy ("2ª Via") of a boleto (payment slip). It is useful in scenarios where users need to retrieve or resend payment slips for condominium fees or other charges. For example, property managers can automate sending updated payment links to residents who lost their original boletos or require an updated due date.

Properties

Name Meaning
ID do Condomínio The unique identifier of the condominium for which the boleto was issued.
ID do Boleto The unique identifier of the boleto (payment slip) to generate the second copy link for.
Data de Vencimento The due date of the boleto in MM/DD/YYYY format.
Data de Atualização do Vencimento (Optional) The updated due date in MM/DD/YYYY format; if provided, interest is calculated automatically based on this new date.

Output

The node outputs JSON data containing the generated download link for the second copy of the boleto. This output typically includes fields such as the URL where the boleto can be accessed or downloaded. The exact structure depends on the API response but generally provides all necessary information to retrieve the boleto document.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating with the Superlogica Condomínios API.
  • The node uses the base API URL https://api.superlogica.net/v2/condor by default unless overridden in credentials.
  • Proper configuration of the API authentication tokens (app token and access token) is necessary.

Troubleshooting

  • Missing Credentials: If the API credentials are not provided or invalid, the node will throw an error indicating that credentials were not supplied.
  • Invalid Dates: Providing dates in an incorrect format (not MM/DD/YYYY) may cause the API call to fail or return errors.
  • Incorrect IDs: Using invalid or non-existent condominium or boleto IDs will result in API errors or empty responses.
  • API Errors: Network issues or API downtime can cause failures; ensure connectivity and valid tokens.
  • When errors occur, if "Continue On Fail" is enabled, the node returns an error message in the output JSON instead of stopping execution.

Links and References


Note: The summary is based solely on static analysis of the provided source code and input properties.

Discussion