Payment Plan Setups REST Endpoints
Payment Plan Setups
Payment plan setups defines the payment plans that payers can enroll in to.
- Delete a payment plan setup
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}
- Get a payment plan setup
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}
- Get setup data for payment plans
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups
- Post setup data for payment plans
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups
- Update a payment plan setup
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/paymentPlanSetups/{PaymentPlanId}