Zendry Global API 1.0 icon

Zendry Global API 1.0

Acesso universal à API Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout) via AccessToken

Actions120

Overview

This node integrates with the Zendry API to perform various operations related to Webhooks, Payments, Pix, Account, Crypto, and Checkout services. Specifically, for the 'Webhooks' resource and 'List Payments' operation, it retrieves a list of payments processed via the Zendry API. This is useful for scenarios where users need to monitor or analyze payment transactions programmatically, such as in financial dashboards, automated reconciliation systems, or payment status tracking.

Use Case Examples

  1. A business uses this node to fetch all recent payments to update their internal accounting system.
  2. A developer integrates this node to list payments and filter them based on custom criteria using JSON filters for reporting purposes.

Properties

Name Meaning
Access Token A valid Bearer access token for authenticating requests to the Zendry API.
Base URL The base URL of the Zendry API, defaulting to https://api.zendry.com.br, which can be changed if necessary.
Additional Fields Optional parameters to refine the request, such as filters in JSON format to filter the list of payments, authorization status, and other metadata related to payments.
Required Fields (JSON) JSON object containing required fields for the specific operation as per the Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the list of payments or other requested data.

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Common issues include invalid or expired access tokens resulting in authentication errors.
  • Malformed JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' parameters can cause parsing errors; ensure valid JSON format.
  • Missing required parameters for certain operations (e.g., 'reference_code' for getting payment by reference) will throw errors; verify all mandatory fields are provided.

Links

Discussion