Skip to main content

Input fields

accountNumber : String! required

The account number.

requestedAmount : Int! required

The requested refund amount.

useExternalRefundApproval : Boolean

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 }