HED Payments REST Endpoints
HED Payments
The higher education payments resource offers generic payment processing options based on the payment option selected by the calling consumer.
- Create a higher education payment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPayments - Delete a higher education payment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPayments/{PaymentId} - Get a single higher education payment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPayments/{PaymentId} - Get all higher education payments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPayments - Update a higher education payment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPayments/{PaymentId}