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: postPath:
/fscmRestApi/resources/11.13.18.05/payablesPayments - Get a payment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/payablesPayments/{CheckId} - Get all payments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/payablesPayments - Initiate a stop payment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/payablesPayments/action/initiateStopPayment - Initiate escheatment for a payment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/payablesPayments/action/initiateEscheat - Update a payment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/payablesPayments/{CheckId}