Name | Type | Description | Notes |
---|---|---|---|
amount | Amount | ||
merchantAccount | kotlin.String | The merchant account that is used to process the payment. | |
applicationInfo | ApplicationInfo | [optional] | |
lineItems | kotlin.collections.List<LineItem> | Price and product information of the refunded items, required for partial refunds. > This field is required for partial refunds with 3x 4x Oney, Affirm, Afterpay, Atome, Clearpay, Klarna, Ratepay, Walley, and Zip. | [optional] |
merchantRefundReason | inline | Your reason for the refund request | [optional] |
reference | kotlin.String | Your reference for the refund request. Maximum length: 80 characters. | [optional] |
splits | kotlin.collections.List<Split> | An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For details, refer to Providing split information. | [optional] |
store | kotlin.String | The online store or physical store that is processing the refund. This must be the same as the store name configured in your Customer Area. Otherwise, you get an error and the refund fails. | [optional] |
Name | Value |
---|---|
merchantRefundReason | FRAUD, CUSTOMER REQUEST, RETURN, DUPLICATE, OTHER |