Contents
Changelog
ADDED
Effective from:
March 12th, 2025
Introducing new Installment API
Announced: March 12, 2025
Effective from:
March 12th, 2025
March 12th, 2025
Introducing new Installment API
What is changing?
We have added a brand new Installments resource to our API which represents the Installments in the new Revenue Management feature.
<p>Installments represent the information about payments throughout the duration of the project or services delivered.</p>
<h2>Summary of the new endpoints:</h2>
<ul>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#getInstallments" target="_blank"><code>GET /api/v2/deals/{id}/installments</code></a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#postInstallment" target="_blank"><code>POST /api/v2/deals/{id}/installments</code></a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#updateInstallment" target="_blank"><code>PATCH /api/v2/deals/{id}/installments/{installment_id}</code></a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#deleteInstallment" target="_blank"><code>DELETE /api/v2/deals/{id}/installments/{installment_id}</code></a></li>
</ul>
<h2>Additional resources:</h2>
<ul>
<li><a href="https://developers.pipedrive.com/docs/api/v1">API Reference</a></li>
</ul>
<p>If you have any questions or comments, feel free to let us know in <a href="https://devcommunity.pipedrive.com/">the Developer’s Community</a>.</p>