put https://api.paysimple.com/v4/recurringpayment//pause?enddate=
Stop a recurring payment from generating payments until a specified date.
To confirm that a schedule has been paused, retrieve the recurring payment object and check the ScheduleStatus
field. Paused schedules will have a ScheduleStatus
of Suspended
and the PauseUntilDate
field will reflect the date entered in your request.
A paused schedule can be manually resumed at any time by calling Resume Schedule , and can also be suspended indefinitely by calling Suspend.