Payables Payments REST Endpoints

Payables Payments
The payables payments resource is used to manage payment details. You can create manual payments, update descriptive and global flexfields for a payment, and void a payment.
Create a payment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/payablesPayments
Get a payment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/payablesPayments/{CheckId}
Get all payments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/payablesPayments
Initiate a stop payment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/payablesPayments/action/initiateStopPayment
Update a payment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/payablesPayments/{CheckId}