refund_transaction
Process refunds for transactions by specifying the transaction ID and amount in cents. Use this tool to manage billing operations within subscription e-commerce platforms.
Instructions
Refund a transaction. POST /transactions/{transactionId}/refund. AMOUNT IN CENTS: e.g. 250 = $2.50, 5500 = $55.00. Required: transactionId, amount (integer cents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactionId | Yes | Transaction ID (required) | |
| amount | Yes | Refund amount in CENTS (e.g. 250 = $2.50, 5500 = $55.00). Integer, required. |