PaymentTender REST Endpoints

Financial Transactions/PaymentTender
Payment tenders exist for every form of tender, such as paying with cash, a check, or a credit card, remitted as part of a payment event. A payment event must have at least one tender otherwise nothing is remitted. A payment event may have many tenders when multiple payment methods are associated with an event.
Action Payment Tender
Method: patch
Path: https://server:port/spl/rest/apis/customer/financials/paymentTenders/{paymentTenderId}/lifecycle
Create Payment Tender
Method: post
Path: https://server:port/spl/rest/apis/customer/financials/paymentTenders/
Get Payment Tender
Method: get
Path: https://server:port/spl/rest/apis/customer/financials/paymentTenders/{paymentTenderId}