tiendanube_create_transaction
Register a payment attempt for an order by specifying payment method, provider, and initial event details to record transactions.
Instructions
Create a new transaction for an order. Used by payment providers to register payment attempts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order ID | |
| payment_provider_id | Yes | Payment provider ID | |
| payment_method | Yes | Payment method used | |
| first_event | Yes | First transaction event | |
| info | No | Additional transaction information |