Name | Type | Description | Notes |
---|---|---|---|
amount | Amount | ||
merchantAccount | kotlin.String | The merchant account that is used to process the payment. | |
paymentPspReference | kotlin.String | The `pspReference` of the payment to update. | |
pspReference | kotlin.String | Adyen's 16-character reference associated with the amount update request. | |
reference | kotlin.String | Your reference for the amount update request. Maximum length: 80 characters. | |
status | inline | The status of your request. This will always have the value received. | |
industryUsage | inline | The reason for the amount update. Possible values: * delayedCharge * noShow * installment | [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] |
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] |
Name | Value |
---|---|
status | received |
Name | Value |
---|---|
industryUsage | delayedCharge, installment, noShow |