question

stevenblakemore avatar image
stevenblakemore asked meghana commented

Adding a note to a payment

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.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jeffrey Blattman avatar image
Jeffrey Blattman answered meghana commented

It looks like a bug. I've filed an internal issue to get it fixed.

3 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

stevenblakemore avatar image stevenblakemore commented ·

Thanks Jeff. I was just wondering what the typical turnaround time is on something like this? I want to store voucher codes in the note of a payment and I'm wondering if I'm going to have to develop a temporary solution in the mean time.

0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

Sorry but I do not have an ETA.

0 Likes 0 ·
meghana avatar image meghana ♦ commented ·

Can you please provide details of API endpoint used?

0 Likes 0 ·

Welcome to the
Clover Developer Community