Adyen · Schema

Account

Account schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountCode string The code of the account.
bankAccountUUID string The bankAccountUUID of the bank account held by the account holder to couple the account with. Scheduled payouts in currencies matching the currency of this bank account will be sent to this bank acco
beneficiaryAccount string The beneficiary of the account.
beneficiaryMerchantReference string The reason that a beneficiary has been set up for this account. This may have been supplied during the setup of a beneficiary at the discretion of the executing user.
description string A description of the account.
metadata object A set of key and value pairs for general use by the merchant. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, t
payoutMethodCode string The payout method code held by the account holder to couple the account with. Scheduled card payouts will be sent using this payout method code.
payoutSchedule object The account's payout schedule.
payoutSpeed string Speed with which payouts for this account are processed. Permitted values: `STANDARD`, `SAME_DAY`.
status string The status of the account. Possible values: `Active`, `Inactive`, `Suspended`, `Closed`.
View JSON Schema on GitHub