Adyen · Schema

IncomingTransferNotificationData

IncomingTransferNotificationData schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountHolder object Contains information about the account holder.
amount object The amount converted to the balance account's currency, in case the original transaction currency is different. * A _positive_ value means the amount is added to the balance account. * A _negative_ va
balanceAccount object Contains information about the balance account.
balancePlatform string Unique identifier of the balance platform.
counterparty object Contains information about the other party in the transaction.
creationDate string Date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
description string Your description for the transfer. If you send a description longer than 140 characters, the text is truncated.
id string The ID of the resource.
modification object Contains the amount and type of modification that triggered the notification. For example, this object contains the amount of a partial cancellation or partial expired authorisation.
originalAmount object The amount in the original currency of the transaction. * A _positive_ value means the amount is added to the balance account. * A _negative_ value means the amount is deducted from the balance accoun
paymentId string The ID of the original payment authorisation, refund, or funds transfer request. Use this to trace the original request from the `balancePlatform.payment.created` webhook.
paymentInstrument object Contains information about the payment instrument.
platformPayment object Contains information about the related platform payment.
reference string An Adyen-generated unique reference for the transfer.
referenceForBeneficiary string The reference sent to or received from the counterparty. * For outgoing funds, this is the [`referenceForBeneficiary`](https://docs.adyen.com/api-explorer/#/transfers/latest/post/transfers__resParam_r
status string The event status. The possible values depend on the `type`. * **Authorised**, **Refused**, or **Error** for type `balancePlatform.payment.created` * **Expired** or **Cancelled** for type `balancePlatf
valueDate string Indicates the expected settlement date of this transaction, in ISO 8601 extended format. For example, **2021-08-17T15:34:37+02:00**.
View JSON Schema on GitHub