Payment REST Endpoints
Financial Transactions/Payment
Payments record the financial impact to offset arrears of an account. A payment can have multiple payment segments for the financial impact to offset arrears of each service agreement.
- Action Payment
- Method: patchPath:
https://server:port/spl/rest/apis/customer/financials/payments/{paymentId}/action - Create Payment
- Method: postPath:
https://server:port/spl/rest/apis/customer/financials/payments/ - Delete Payment
- Method: deletePath:
https://server:port/spl/rest/apis/customer/financials/payments/{paymentId} - Get Payment
- Method: getPath:
https://server:port/spl/rest/apis/customer/financials/payments/{paymentId} - Update Payment
- Method: putPath:
https://server:port/spl/rest/apis/customer/financials/payments/{paymentId}