The schema for adding a payment to an order shows a "note" element (see the API documentation) but when I add a note to a payment it doesn't seem to appear anywhere. Does this feature not work or am I potentially implementing it incorrectly? My payment payload looks like this:
{
"amount":5184,
"note":"ACT",
"tender":
{
"id":"XXXXXXXXXXXX"
},
"employee":
{
"id":"XXXXXXXXXXXX"
}
}
The payment gets posted fine, just can't find a note anywhere.