Adyen · Schema

Transaction

Transaction schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountHolder object Contains information about the account holder associated with the `balanceAccount`.
amount object Contains information about the amount of the transaction.
balanceAccount object Contains information about the balance account involved in the transaction.
balancePlatform string The unique identifier of the balance platform.
bookingDate string The date the transaction was booked into the balance account.
creationDate string The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
id string The unique identifier of the transaction.
status string The status of the transaction. Possible values: * **pending**: The transaction is still pending. * **booked**: The transaction has been booked to the balance account.
transfer object Contains information about the transfer related to the transaction.
valueDate string The date the transfer amount becomes available in the balance account.
View JSON Schema on GitHub