v28.0.0 (Keller)
about 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>