Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to allocate a payment to a specific invoice. It is useful in financial workflows where payments need to be linked to invoices for accounting and reconciliation purposes. For example, a business can automate the process of applying customer payments to their corresponding invoices, ensuring accurate financial records.

Use Case Examples

  1. Allocating a payment identified by a transaction number to an invoice by its invoice number.
  2. Automating payment allocation in an accounting system to streamline financial operations.

Properties

Name Meaning
Invoice Number The unique identifier of the invoice to which the payment will be allocated.
TX Number The transaction number of the payment to be allocated to the invoice.
Simplify Output A boolean flag to determine whether to simplify the output data.
Simplify Path The path to the property in the response that should be returned if output simplification is enabled.

Output

JSON

  • result - The main response data from the Allocate Payment To Invoice API call, potentially simplified based on user settings.

Dependencies

  • Requires an API key credential for Soliditech API authentication.

Troubleshooting

  • Ensure that both 'Invoice Number' and 'TX Number' are provided and correctly formatted, as they are required fields.
  • If the API returns an error, check the validity of the API credentials and network connectivity.
  • If 'Simplify Output' is enabled but the specified 'Simplify Path' does not exist in the response, the output may be empty or incorrect.

Links

Discussion