post
https://sandbox.pismolabs.io/scheduler-payments/v1/pre-schedules/bulk
Create multiple pre-schedules in a single request. This request triggers an asynchronous process to create the pre-schedules. Once processing is complete, the Bulk pre-schedules created event is sent with the result of the operation.
Pre-schedule is a type of schedule that is executed by a direct call from the Pismo platform at the end of the closing cycle. To configure a pre-schedule execution, contact your Pismo representative or call the Execute pre-schedule endpoint.
This endpoint generates the Scheduled payment created or modified event with the status field set to CREATED.
Once the pre-schedule is created, its execution generates the following events.
- First execution of the pre-schedule on the start date generates the Scheduled payment created or modified event with the
statusfield set toIN_PROGRESS. - Last execution of the pre-schedule on the end date generates the Scheduled payment created or modified event with the
statusfield set toCOMPLETED. - Each execution of the pre-schedule also generates the Scheduled payment executed event with the corresponding execution status.
Refer to the Payment scheduler guide for more information.