Payment Event REST Endpoints

Financial Transactions/Payment Event
A payment event records an overall transaction whenever any form of payment is received. The payment event can span payments across multiple accounts and can include multiple payment tenders. Note: All REST services that are in the Integration Suite Web Service Categories require the related Integration Suite add-on product option to use.
Action Payment Event
Method: patch
Path: https://server:port/spl/rest/apis/customer/financials/paymentEvents/{paymentEventId}/action
Create Payment Event
Method: post
Path: https://server:port/spl/rest/apis/customer/financials/paymentEvents/
Delete Payment Event
Method: delete
Path: https://server:port/spl/rest/apis/customer/financials/paymentEvents/{paymentEventId}
Get Payment Event
Method: get
Path: https://server:port/spl/rest/apis/customer/financials/paymentEvents/{paymentEventId}
Update Payment Event
Method: put
Path: https://server:port/spl/rest/apis/customer/financials/paymentEvents/{paymentEventId}