Kiwify icon

Kiwify

Interagir com a API da Kiwify

Overview

This node integrates with the Kiwify API to perform various operations related to account management, products, sales, affiliates, webhooks, payouts, and participants. Specifically, the "Consultar Saque" (Get Payout) operation retrieves detailed information about a specific payout by its ID.

Use cases include:

  • Checking the status and details of a particular payout transaction.
  • Automating financial reconciliation by fetching payout data.
  • Integrating payout information into workflows for reporting or notifications.

Example: You want to verify the details of a payout made to your account by providing its unique payout ID, and then use that data downstream in your automation.

Properties

Name Meaning
ID Do Saque The unique identifier of the payout to be retrieved.

Output

The node outputs JSON data representing the detailed information of the requested payout. This typically includes fields such as payout amount, status, date, recipient details, and other metadata returned by the Kiwify API for that payout.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Kiwify API.
  • The node uses OAuth token retrieval internally by exchanging client credentials.
  • Requires configuration of the Kiwify API credentials including client ID, client secret, and account ID within n8n.

Troubleshooting

  • Invalid or missing payout ID: Ensure the "ID Do Saque" property is correctly set and corresponds to an existing payout.
  • Authentication errors: Verify that the API credentials are valid and have the necessary permissions.
  • API rate limits or downtime: If requests fail repeatedly, check Kiwify API status and consider retry logic.
  • Error messages from the API will be propagated; reading the error message can help identify issues like invalid IDs or permission problems.

Links and References

Discussion