tiendanube_create_transaction_event
Records transaction events like capture, refund, or void for existing transactions in Tienda Nube orders.
Instructions
Create a new event for an existing transaction (capture, refund, void, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order ID | |
| transaction_id | Yes | Transaction ID | |
| type | Yes | Transaction event type | |
| status | Yes | Transaction status | |
| happened_at | Yes | When the event happened (ISO 8601 format) | |
| amount | No | Event amount (for partial refunds/captures) | |
| info | No | Additional event information |