Pagar.me Payment icon

Pagar.me Payment

Interact with Pagar.me API for payments

Overview

This node interacts with the Pagar.me API to manage payments. Specifically, the 'Get Payment' operation retrieves detailed information about a payment using its unique Payment ID. This is useful for scenarios where you need to verify payment status, fetch payment details for reporting, or integrate payment data into other workflows.

Use Case Examples

  1. Retrieve payment details by providing a Payment ID to confirm transaction status.
  2. Use in automated workflows to fetch payment information after a transaction is processed.

Properties

Name Meaning
Payment ID The unique identifier of the payment to retrieve details for.

Output

JSON

  • json - The JSON response from the Pagar.me API containing detailed information about the specified payment.

Dependencies

  • Requires Pagar.me API credentials including an API key for authentication.

Troubleshooting

  • Common issues include providing an invalid or empty Payment ID, which will result in API errors.
  • API authentication errors may occur if the API key credential is missing or incorrect.
  • Network or API downtime can cause request failures; ensure connectivity and API availability.
  • Error messages from the Pagar.me API are propagated and include HTTP status codes and error details to aid troubleshooting.

Links

Discussion