none
V2.2.0 - Goldwasser
9 months ago by Toqio's Product Team
New "visible" Query Parameter for getBeneficiaries Endpoint
none
V1.10.0 - Feinler
about 1 year ago by Toqio's Product Team
Add the card ID returned by the banking provider to the response of the following endpoints:
none
V1.7.0 - Ruiz Robles
over 1 year ago by Toqio's Product Team
<HTMLBlock>{`
<!DOCTYPE html>
<html>
<HTMLBlock>{`
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
</style>
`}</HTMLBlock>
<h2>New endpoints</h2>
<p>We have added two new endpoints that allow the rejection and deletion of clients: </p>
<br><div style={{ overflowX: "auto", overflow: "scroll" }}>
<table>
<tr>
<th>Name</th>
<th>New endpoint</th>
</tr>
<tr>
<td>Reject client</td>
<td>PUT "[https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/reject](https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/reject)"</td>
</tr>
<tr>
<td>Delete client</td>
<td>DELETE "[https://api.sandbox.toq.io/iam/api/customers/{customerId}/companies/{clientId}](https://api.sandbox.toq.io/iam/api/customers/{customerId}/companies/{clientId})"</td>
</tr>
</table>
</div>
</html>
`}</HTMLBlock>
none
V1.1.0 - Wilkes
almost 2 years ago by Toqio's Product Team
<HTMLBlock>\{\`
<!DOCTYPE html>
<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>
none
v28.0.0 (Keller)
almost 2 years ago by Monica Martinez
<HTMLBlock>\{\`
<!DOCTYPE html>
<HTMLBlock>{`
<html>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
</style>
`}</HTMLBlock>
<div>
<h2> Release notes - TOQIO - Version v28.0.0 (Keller)
</h2>
<h2> API Changes
</h2>
For this release we have updated some of our current endpoints related with billing.
<br>Old endpoints will be operative during a period of time but you will need to do the migration as at some points we are going to stop them and only new ones will be operative.<br>
<br><li>We have modified iam and wallet url to billing as you can see here. There are the endpoints affected:
<br>
<br><div style={{ overflowX: "auto", overflow: "scroll" }}>
<table>
<tr>
<th>Name</th>
<th>Deprecated endpoint</th>
<th>New endpoint</th>
</tr>
<tr>
<td>Get card fees</td>
<td>GET "https://api.test.toq.io<b style={{ color: "Tomato" }}>/iam/</b>api/customers/{customerId}/client/{clientId}/card/fees/{currency}"</td>
<td>GET "https://api.test.toq.io<b style={{ color: "MediumSeaGreen" }}>/billing/</b>api/customers/{customerId}/client/{clientId}/card/fees/{currency}"</td>
</tr>
<tr>
<td>Get account fees</td>
<td>GET "https://api.test.toq.io<b style={{ color: "Tomato" }}>/wallet/</b>api/customers/{customerId}/client/{clientId}/account/fees/{currency}"</td>
<td>GET "https://api.test.toq.io<b style={{ color: "MediumSeaGreen" }}>/billing/</b>api/customers/{customerId}/client/{clientId}/account/fees/{currency}"</td>
</tr>
<tr>
<td>Get transaction fees</td>
<td><b style={{ color: "Tomato" }}>GET</b> "https://api.test.toq.io<b style={{ color: "Tomato" }}>/wallet/</b>api/customers/{customerId}/clients/{clientId}/transactions/fees"</td>
<td><b style={{ color: "MediumSeaGreen" }}>POST</b> "https://api.test.toq.io<b style={{ color: "MediumSeaGreen" }}>/billing/</b>api/customers/{customerId}/clients/{clientId}/transactions/fees"</td>
</tr>
</table>
</div>
</div>
NOTE: Documentation has been updated in version v4.0. You can see old versions in v3.0
<br>More information <a href="\\v4.0/reference/getnewaccountfees-2">here</a>
</html>
`}</HTMLBlock>