AlfaConnect icon

AlfaConnect

Interact with AlfaConnect services (NimbaSMS, AlfaMail)

Actions7

Overview

This node interacts with the Djomy payment services within the AlfaConnect platform to retrieve payment information. It is useful for scenarios where users need to fetch payment records, filter them by status, or limit the number of results returned. For example, a user can get a list of completed payments or retrieve a specific number of recent payments for reporting or reconciliation purposes.

Use Case Examples

  1. Retrieve the last 50 completed payments to generate a financial report.
  2. Fetch all pending payments to monitor transactions awaiting processing.

Properties

Name Meaning
Additional Fields Optional parameters to filter and limit the payment results.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • payments - Array of payment objects retrieved from the Djomy service, each containing details about individual payments.

Dependencies

  • Requires an API key credential for AlfaConnect to authenticate requests to the Djomy payment service.

Troubleshooting

  • Common issues include request timeouts if the server is slow or network issues occur; increasing the timeout setting may help.
  • SSL certificate validation errors can occur if the server's SSL certificate is invalid or untrusted; enabling 'Ignore SSL Issues' can bypass this but is insecure.
  • Incorrect proxy settings can cause connection failures; verify proxy URL and credentials if used.
  • Filtering by status with an invalid value may return no results; ensure the status filter matches one of the supported options.

Links

Discussion