Retrieve Transaction Event
The Retrieve Payout Transaction Event endpoint on Payiano returns the complete details of a single lifecycle event for a payout transaction. Use this endpoint when you need to examine a specific event in detail.
This endpoint is particularly useful for:
- Detailed failure analysis: When a payout fails, retrieve the specific failed event to examine the reason in detail.
- Webhook verification: When receiving a webhook notification, retrieve the exact event to verify its details and details
- Specific event inspection: Focus on a single event without loading the complete transaction timeline
- Direct event linking: When you have a specific event ID from another source (webhooks, logs, etc.), retrieve just that event
For a complete view of all events in chronological order, use the List Transaction Events endpoint instead.