#chemuturi-invoice
1 messages · Page 1 of 1 (latest)
Hi! Could you copy paste the request ID (req_xxx)? It's in the top right corner of the screenshot you shared.
req_0K2lTcMxb5UWRD
Thanks! The custom field should be an array of objects, something like this:
custom_fields: [
{ name: "foo", value: 42 },
{ name: "bar", value: 21 },
],