Actions29
- Cliente Actions
- Antecipação Actions
- Assinatura Actions
- Cobrança Actions
- Link De Pagamento Actions
- Webhook Actions
Overview
This node integrates with the Asaas API to manage payment links, specifically allowing users to delete a payment link by its unique ID. It is useful in scenarios where you need to programmatically remove obsolete or incorrect payment links from your Asaas account to keep your payment system clean and up-to-date.
For example, if you have created multiple payment links for different products or services and some are no longer valid or needed, this node operation can be used to delete those links automatically as part of a workflow.
Properties
| Name | Meaning |
|---|---|
| ID Do Link * | The unique identifier of the payment link to be deleted |
Output
The output JSON contains the response from the Asaas API after attempting to delete the specified payment link. Typically, this will be an object confirming the deletion or providing details about the deleted resource. If the deletion fails, the output may contain an error message.
No binary data is output by this operation.
Dependencies
- Requires an API key credential for authenticating with the Asaas API.
- The node uses the Asaas API base URL, which switches between sandbox and production environments based on the credential configuration.
- No additional external dependencies beyond the Asaas API and n8n's HTTP request helper.
Troubleshooting
Common issues:
- Invalid or missing payment link ID: Ensure the "ID Do Link *" property is correctly set with a valid payment link ID.
- Authentication errors: Verify that the API key credential is correctly configured and has the necessary permissions.
- Network or API availability issues: Check internet connectivity and Asaas API status.
Error messages:
"Este pacote foi removido do npm e não está mais disponível. Por favor, remova este nó da sua instalação."
This indicates the node package is no longer available on npm. To resolve, remove or update the node in your n8n instance.- Errors related to invalid ID or unauthorized access will come directly from the Asaas API and should be handled by verifying input parameters and credentials.
Links and References
- Asaas API Documentation (official API docs for managing payment links)
- n8n Documentation (for general usage of custom nodes and credentials)