Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.67 KB

PayoutSettings.md

File metadata and controls

30 lines (21 loc) · 2.67 KB

PayoutSettings

Properties

Name Type Description Notes
id kotlin.String The unique identifier of the payout setting.
transferInstrumentId kotlin.String The unique identifier of the transfer instrument that contains the details of the bank account.
allowed kotlin.Boolean Indicates if payouts to the bank account are allowed. This value is set automatically based on the status of the verification process. The value is: * true if `verificationStatus` is valid. * false for all other values. [optional]
enabled kotlin.Boolean Indicates if payouts to this bank account are enabled. Default: true. To receive payouts into this bank account, both `enabled` and `allowed` must be true. [optional]
enabledFromDate kotlin.String The date when Adyen starts paying out to this bank account. Format: ISO 8601, for example, 2019-11-23T12:25:28Z or 2020-05-27T20:25:28+08:00. If not specified, the `enabled` field indicates if payouts are enabled for this bank account. If a date is specified and: * `enabled`: true, payouts are enabled starting the specified date. * `enabled`: false, payouts are disabled until the specified date. On the specified date, `enabled` changes to true and this field is reset to null. [optional]
priority inline Determines how long it takes for the funds to reach the bank account. Adyen pays out based on the payout frequency. Depending on the currencies and banks involved in transferring the money, it may take up to three days for the payout funds to arrive in the bank account. Possible values: * first: same day. * urgent: the next day. * normal: between 1 and 3 days. [optional]
verificationStatus inline The status of the verification process for the bank account. Possible values: * valid: the verification was successful. * pending: the verification is in progress. * invalid: the information provided is not complete. * rejected: there are reasons to refuse working with this entity. [optional]

Enum: priority

Name Value
priority first, normal, urgent

Enum: verificationStatus

Name Value
verificationStatus invalid, pending, rejected, valid