Actions9
Overview
This node interacts with the Jegy.hu ticketing API to perform various ticket-related operations. Specifically, the 'Get Transaction Status' operation retrieves the current status of a payment transaction associated with a given basket ID. This is useful for monitoring the progress or completion of ticket purchase transactions.
Use Case Examples
- Check the status of a payment transaction after initiating a ticket purchase to confirm if the payment was successful or is still pending.
- Use it in workflows that require confirmation of transaction completion before proceeding with ticket delivery or further processing.
Properties
| Name | Meaning |
|---|---|
| Basket ID | The unique identifier of the shopping basket for which the transaction status is being queried. |
Output
JSON
json- The JSON response from the Jegy.hu API containing the transaction status details for the specified basket ID.
Dependencies
- An API key credential for the Jegy.hu API
Troubleshooting
- Ensure the Basket ID provided is correct and corresponds to an active transaction; otherwise, the API may return an error or empty status.
- If the node throws an error related to authentication, verify that the API key credential is correctly configured and has the necessary permissions.
- Network or API endpoint issues may cause request failures; check connectivity and API availability.
Links
- Jegy.hu API Documentation - Official documentation for the Jegy.hu ticketing API, useful for understanding available operations and parameters.