RefundRequestInput
The input type for the refund request.
Input fields
The account number.
The requested refund amount.
When true, delegates the auto-approval decision to the external refund approval service rather than Kraken's internal logic. Raises an error if the external approval service is not configured for the client.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accountNumber": "A-7E6D5857",
"requestedAmount": 16,
"useExternalRefundApproval": true
}