Name | Type | Description | Notes |
---|---|---|---|
priority | inline | The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. Required for transfers with `category` bank. Possible values: * regular: For normal, low-value transactions. * fast: Faster way to transfer funds but has higher fees. Recommended for high-priority, low-value transactions. * wire: Fastest way to transfer funds but has the highest fees. Recommended for high-priority, high-value transactions. * instant: Instant way to transfer funds in SEPA countries. * crossBorder: High-value transfer to a recipient in a different country. * internal: Transfer to an Adyen-issued business bank account (by bank account number/IBAN). | [optional] |
type | inline | platformPayment | [optional] |
modificationMerchantReference | kotlin.String | The capture's merchant reference included in the transfer. | [optional] |
modificationPspReference | kotlin.String | The capture reference included in the transfer. | [optional] |
panEntryMode | inline | Indicates the method used for entering the PAN to initiate a transaction. Possible values: manual, chip, magstripe, contactless, cof, ecommerce, token. | [optional] |
processingType | inline | Contains information about how the payment was processed. For example, ecommerce for online or pos for in-person payments. | [optional] |
relayedAuthorisationData | RelayedAuthorisationData | [optional] | |
validationFacts | kotlin.collections.List<TransferNotificationValidationFact> | The evaluation of the validation facts. See validation checks for more information. | [optional] |
paymentMerchantReference | kotlin.String | The payment's merchant reference included in the transfer. | [optional] |
platformPaymentType | inline | The type of the related split. | [optional] |
pspPaymentReference | kotlin.String | The payment reference included in the transfer. | [optional] |
Name | Value |
---|---|
priority | crossBorder, fast, instant, internal, regular, wire |
Name | Value |
---|---|
type | platformPayment |
Name | Value |
---|---|
panEntryMode | chip, cof, contactless, ecommerce, magstripe, manual, token |
Name | Value |
---|---|
processingType | atmWithdraw, balanceInquiry, ecommerce, moto, pos, purchaseWithCashback, recurring, token |
Name | Value |
---|---|
platformPaymentType | AcquiringFees, AdyenCommission, AdyenFees, AdyenMarkup, BalanceAccount, Commission, Default, Interchange, PaymentFee, Remainder, SchemeFee, TopUp, VAT |