Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.9 KB

PaymentAmountUpdateResponse.md

File metadata and controls

32 lines (23 loc) · 1.9 KB

PaymentAmountUpdateResponse

Properties

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]

Enum: status

Name Value
status received

Enum: industryUsage

Name Value
industryUsage delayedCharge, installment, noShow