V1.1.0 - Wilkes

<HTMLBlock>\{\`

&lt;!DOCTYPE html&gt;

<html>

<HTMLBlock>{`
<style>
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
	text-align: left;
  padding: 8px;
}
</style>
`}</HTMLBlock>

<p>During this release, we have added some new fields to the existing endpoints:</p>
<p>Three new fields in the response object of the following endpoints: <strong>Get accounts</strong>, <strong>Get account</strong>, <strong>Update Account Read Only</strong>, <strong>Cancel account</strong> and <strong>Create account</strong>:</p>
<pre><code>"wireRoutingNumber": "string",<br/>"achRoutingNumber": "string",<br />"ibanForSwift"; "string"<br/></code></pre>
<p><em>Please note that these fields only affect Currencycloud customers.</em></p>
<hr>
<p>One new field in the response object of the following endpoints: <br /><strong>Get clients</strong>, <strong>Get client</strong>, <strong>Freeze company</strong> and <strong>Unfreeze company</strong>; This field will return Currencycloud if you have configured it as your payment provider; if not, it will return your main banking provider</p>
<pre><code class="rdmd-code lang- theme-light" data-lang=""><span class="cm-s-neo">"paymentProvider": "string"<br />
</span></code></pre>
<hr>
<p>Two new fields in the response object of the following endpoints: <br /><strong>Get Transaction</strong> and <strong>Create Transaction</strong>:</p>
<pre><code>"purposeCode": "string", <br />"paymentProviderDetails": { <br />"shortReference": "string", <br />"internalReference": "string", <br />"paymentId": "string", <br />"conversionId: "string", <br />"rate": 0.0, <br />"settlementDate": "2023-04-13T06:35:25.726Z" <br />}</code></pre>
<hr>
<p>Four new fields in the response object of the following endpoints: <strong>Get beneficiaries</strong>, <strong>Create beneficiary</strong>, <strong>Get beneficiary</strong> and <strong>Update beneficiary</strong>:</p>
<pre><code class="rdmd-code lang- theme-light" data-lang=""><span class="cm-s-neo">"aba": "string", <br />"clabe": "string", <br />"ifsc": "string", <br />"cnaps": "string"</span></code></pre>
<p>Please note that these fields only affect Currencycloud customers.</p>

<hr>
<h2>New endpoints</h2>
<p>We have added some new endpoints that allow the creation of new users and set up user credentials: </p>

<br><div style={{ overflowX: "auto", overflow: "scroll" }}>
    <table>
      <tr>
        <th>Name</th>
        <th>New endpoint</th>
      </tr>
      <tr>
        <td>Create user</td>
        <td>POST "[https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/create"](https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/create")</td>
      </tr>
      <tr>
        <td>Generate customer key</td>
        <td>POST "[https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/credentials/generateCustomerKey"](https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/credentials/generateCustomerKey")</td>
      </tr>
      <tr>
        <td>Create username</td>
        <td>POST "[https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/\`{userId}\`/credentials/username"](https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/\`{userId}\`/credentials/username")</td>
      </tr>
      <tr>
        <td>Create security questions</td>
        <td>POST "[https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/\`{userId}\`/credentials/securityQuestions"](https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/\`{userId}\`/credentials/securityQuestions")</td>
      </tr>
      <tr>
        <td>Create security code</td>
        <td>POST "[https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/\`{userId}\`/credentials/securityCode"](https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/\`{userId}\`/credentials/securityCode")</td>
      </tr>
      <tr>
        <td>Create password</td>
        <td>POST "[https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/\`{userId}\`/credentials/password"](https://api.sandbox.toq.io/iam/api/customers/\`{customerId}\`/clients/\`{clientId}\`/users/\`{userId}\`/credentials/password")</td>
      </tr>
    </table>

  </div>
</html>
`}</HTMLBlock>