How can I add the note param in charge API? Currently I used only currency, amount, source.
Let me know
How can I add the note param in charge API? Currently I used only currency, amount, source.
Let me know
There is no "note" param on the charge API - https://docs.clover.com/reference#createcharge.
A payment doesn't have a note in our system, an order does. You would need to create a Clover order, which does have a "note" field. Since you aren't working with Clover inventory, you would use the APIs discussed here - https://docs.clover.com/docs/creating-custom-orders. You would then use the https://docs.clover.com/reference#postordersidpay to pay for the order.
1 Person is following this question.