<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Business processes modeled on Pledger.io</title><link>https://www.pledger.io/architecture/process/</link><description>Recent content in Business processes modeled on Pledger.io</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2026 Pledger.io</copyright><atom:link href="https://www.pledger.io/architecture/process/index.xml" rel="self" type="application/rss+xml"/><item><title>Transaction import</title><link>https://www.pledger.io/architecture/process/transaction-import/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.pledger.io/architecture/process/transaction-import/</guid><description>&lt;h2 id="api-operations-involved" class="heading "&gt;Api operations involved&lt;a href="#api-operations-involved" aria-labelledby="api-operations-involved"&gt;








&lt;!-- &lt;i class="fas fa-link anchor"&gt;&lt;/i&gt; --&gt;
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 576 512"&gt;&lt;use href="#fas-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;In the frondend application the following API operations are involved:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;POST /v2/api/batch-importer-config&lt;/code&gt;, for creating a new import configuration.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;POST /v2/api/batch-importer&lt;/code&gt;, for creating a new import job.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;GET /v2/api/batch-importer/{slug}/tasks&lt;/code&gt;, for fetching the active pending task requiring user interaction.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;POST /v2/api/batch-importer/{slug}/tasks&lt;/code&gt;, for providing the user input required for the task.&lt;/li&gt;
&lt;/ul&gt;





&lt;h3 id="creating-configuration" class="heading "&gt;Creating configuration&lt;a href="#creating-configuration" aria-labelledby="creating-configuration"&gt;








&lt;!-- &lt;i class="fas fa-link anchor"&gt;&lt;/i&gt; --&gt;
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 576 512"&gt;&lt;use href="#fas-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;When calling the &lt;code&gt;POST /v2/api/batch-importer-config&lt;/code&gt; API operation, the user must provide the following information:&lt;/p&gt;</description></item><item><title>Account reconciliation</title><link>https://www.pledger.io/architecture/process/account-reconcile/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.pledger.io/architecture/process/account-reconcile/</guid><description>&lt;p&gt;The account reconciliation process is a business process that is responsible for ensuring that the financial records are accurate and up to date.
To achieve this, the starting and ending balance for a given year is compared and any discrepancies are resolved.&lt;/p&gt;





&lt;h2 id="api-operations-involved" class="heading "&gt;Api operations involved&lt;a href="#api-operations-involved" aria-labelledby="api-operations-involved"&gt;








&lt;!-- &lt;i class="fas fa-link anchor"&gt;&lt;/i&gt; --&gt;
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 576 512"&gt;&lt;use href="#fas-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;In the frontend application the following API operations are involved:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;GET /v2/api/accounts/{id}/reconcile&lt;/code&gt;, for listing the active reconciling processes for the given account.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;POST /v2/api/accounts/{id}/reconcile&lt;/code&gt;, for creating a new reconciliation process for the given account.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When creating a new reconciliation, the following command must be used:&lt;/p&gt;</description></item></channel></rss>