Adyen · Schema

SweepSchedule

SweepSchedule schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
cronExpression string A [cron expression](https://en.wikipedia.org/wiki/Cron#CRON_expression) that is used to set the sweep schedule. The schedule uses the time zone of the balance account. For example, **30 17 * * MON** s
type string The schedule type. Possible values: * **cron**: push out funds based on a `cronExpression`. * **daily**: push out funds daily at 07:00 AM CET. * **weekly**: push out funds every Monday at 07:00 AM CET
View JSON Schema on GitHub