Actions9
Overview
This node interacts with the Jegy.hu ticketing API to start a payment transaction for tickets in a shopping basket. It is useful for automating ticket purchases by initiating the payment process with specified delivery and payment options, buyer information, and return URLs for success or failure of the payment. For example, it can be used in workflows that handle event ticket sales, where after adding tickets to a basket, the transaction is started to proceed with payment.
Use Case Examples
- Starting a transaction for a ticket basket with PDF delivery and PAYUHU payment method.
- Providing buyer details and return URLs to handle payment success or failure redirects.
Properties
| Name | Meaning |
|---|---|
| Basket ID | Identifier of the shopping basket for which the transaction is started. |
| Delivery Option | Method of ticket delivery, e.g., PDF. |
| Payment Option | Method of payment to be used for the transaction. |
| Buyer Data | Information about the buyer including city, country, email, first name, last name, phone, street, and ZIP code. |
| Return URLs | URLs to redirect the user after payment success or failure. |
Output
JSON
json- Response from the Jegy.hu API containing transaction details or error information.
Dependencies
- Requires an API key credential for the Jegy.hu API to authenticate requests.
Troubleshooting
- Common issues include invalid or missing Basket ID, incorrect buyer data format, or network/API errors.
- Errors from the API will be returned in the JSON response; ensure all required fields are correctly filled and the API credentials are valid.
- If the node fails, check the error message for details and verify the payment and delivery options are supported.
Links
- Jegy.hu API Documentation - Official documentation for the Jegy.hu ticketing API which explains available endpoints and parameters.