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 sending money to a recipient's Pix key securely and efficiently.

Use Case Examples

  1. Automatically create a Pix payment to a recipient's CPF Pix key with a specified amount and idempotent ID to ensure no duplicate payments.
  2. Authorize Pix payments automatically upon creation to streamline payment processing without manual intervention.

Properties

Name Meaning
Idempotent ID A unique identifier to ensure the payment request is idempotent, preventing duplicate payments.
Value (cents) The amount of the payment in cents, must be at least 1 cent.
Authorize Automatically Boolean flag to indicate if the payment should be authorized automatically upon creation.
Pix Key Type The type of Pix key used for the payment, such as CPF, CNPJ, Email, Phone, or Random token.
Pix Key The actual Pix key value to which the payment will be sent.

Output

JSON

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

Dependencies

  • Zendry API with API key credential

Troubleshooting

  • Ensure the Pix Key is provided when creating a DICT payment; otherwise, the node will throw 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 a NodeApiError with details; ensure the Zendry API credentials are correctly configured and valid.

Links

Discussion