hi
I am using API to create invoices like below
https://username.odoo.com/api/
I have been successful in creating invoice and post it, now I want to run the payment against the invoice, but unable to get the API url and its parameters.
Can someone assist with it.
I am using GoLang for running the API calls.