Last updated
The Debtor Notes API allows you to create, update, or delete debtor notes. This includes different types of notes, such as Internal Notes, Text Notes, and Promise to Pay arrangements (see the Get Note Types page for more information).
Create / Update a Debtor Note: Use the Debtor Notes API to add or modify a note. This applies to all note types, including Promise to Pay arrangements.
Delete a Debtor Note: Standard debtor notes can be deleted using the Debtor Notes API.
Updating and Deleting Promise to Pay Arrangements:
Promise to Pay arrangements are created as part of a debtor note.
To update an individual Promise to Pay arrangement you can either send it in the promise_to_pays array of an Update Note call, or use the separate Update Promise to Pay API call to change just that one record.
To delete individual Promise to Pay arrangements from a note, you must use the separate Delete Promise to Pay API call.
Last updated