Hi,
I need to know via which endpoint can I simply fetch the total amount paid by the customer to date.
Hi,
I need to know via which endpoint can I simply fetch the total amount paid by the customer to date.
Thanks for reaching out! At the moment, we don’t have a dedicated endpoint that directly returns the total amount paid by a customer to date. I can certainly bring this up to the team so it can be evaluated as a feature request.
In the meantime, one option is to use the list payments endpoint: Keap REST API
You can filter the results by contact ID and then sum the payment amounts on your end to get the total.
Let me know if you have any questions. Happy to help!