Zendry API 1.0 icon

Zendry API 1.0

Integração com Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout)

Overview

This node integrates with the Zendry API to manage Pix payments, specifically allowing the creation of Pix Out payments using the DICT method. It supports creating payments by specifying an idempotent ID, payment value in cents, Pix key type, Pix key, and an option to authorize the payment automatically. This node is useful for automating Pix payment transactions in financial workflows, such as paying suppliers or transferring funds via Pix.

Use Case Examples

  1. Creating a Pix Out payment by providing the recipient's Pix key and payment details.
  2. Automating payment authorization for Pix transactions to streamline payment processing.

Properties

Name Meaning
Idempotent ID A unique identifier to ensure the payment request is idempotent, preventing duplicate payments.
Value (cents) The amount to be paid, specified in cents. Must be at least 1 cent.
Authorize Automatically Boolean flag to indicate whether the payment should be authorized automatically upon creation.
Pix Key Type The type of Pix key used to identify the payment recipient. Options include CPF, CNPJ, Email, Phone, or Random token.
Pix Key The actual Pix key value corresponding to the selected Pix key type, used to identify the payment recipient.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the created payment or any other relevant payment information.

Dependencies

  • Zendry API with an API key credential for authentication

Troubleshooting

  • Ensure the Pix Key is provided when creating a DICT payment; otherwise, the node throws an error indicating the Pix Key is mandatory.
  • Verify that the Idempotent ID is unique for each payment request to avoid duplicate payment errors.
  • Check that the payment value is at least 1 cent; values below this will be rejected.
  • If the API request fails, the node throws an error with details from the Zendry API; enabling 'Continue On Fail' allows processing subsequent items despite errors.

Links

Discussion