Refund a transaction
braintree_refund_transactionDESTRUCTIVE. Refund a SETTLED (or settling) transaction, returning money to the customer. Use the GraphQL global transaction ID. Omit amount for a full refund, or pass a decimal string for a partial refund. GraphQL mutation refundTransaction. For transactions not yet settled, use braintree_void_transaction instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Partial-refund amount as a decimal string (e.g. "10.00"). Omit for a full refund. | |
| transactionId | Yes | GraphQL global transaction ID to refund. |