Payment Schedules REST Endpoints
Payment Plan Setups/Payment Schedules
The schedules that are applied to a payer's account when they complete enrollment in a payment plan.
- Delete a payment schedule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules/{PaymentScheduleId}
- Get a payment schedule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules/{PaymentScheduleId}
- Get payment schedules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules
- Post payment schedules
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules
- Update a payment schedule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}/child/paymentSchedules/{PaymentScheduleId}