post https://securepayments.loanpro.io/api/customers//note
This request allows you to create customer notes.
{
"note": "Hello world"
}
Instructions
To attach a note to a customer, you'll need their Secure Payments ID. (If you don't have their ID, see our Get Customers endpoint.
The payload just has the field for the note you want to add. You're somewhat limited in the characters you can use here. Letters, numbers, and periods, are accepted, but most other punctuation will result in a 425 error.
For more info, see our article Secure Payments API – Create a Customer Note.
Try It Instructions
Just enter a customer ID and the note, then hit the Try It button. It will save and return a Note ID that can be used to update or delete the note. If you forget your note ID, see our Get Customer Notes endpoint.