create_refund
Process refunds for Conekta orders by specifying order ID, amount in cents, and refund reason to manage payment reversals.
Instructions
Create a refund for an order.
Args: order_id: The Conekta order ID to refund amount: Refund amount in cents reason: Reason for the refund
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| amount | Yes | ||
| reason | Yes |