API Reference

The Schedule object

Attributes

dates Date[]
List of dates representing when recurring payments will be processed

Example

 {
  dates: [
    new Date("2025-03-28T09:00:00Z"),
    new Date("2025-03-29T14:30:00Z"),
    new Date("2025-03-30T16:45:00Z")
  ]
}