V2.2.0 - Goldwasser
New "visible" Query Parameter for getBeneficiaries Endpoint
V1.10.0 - Feinler
Add the card ID returned by the banking provider to the response of the following endpoints:
V1.7.0 - Ruiz Robles
New endpoints
We have added two new endpoints that allow the rejection and deletion of clients:
Name | New endpoint |
---|---|
Reject client | PUT "https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/reject" |
Delete client | DELETE "https://api.sandbox.toq.io/iam/api/customers/{customerId}/companies/{clientId}" |
V1.1.0 - Wilkes
During this release, we have added some new fields to the existing endpoints:
Three new fields in the response object of the following endpoints: Get accounts, Get account, Update Account Read Only, Cancel account and Create account:
"wireRoutingNumber": "string",
"achRoutingNumber": "string",
"ibanForSwift"; "string"
Please note that these fields only affect Currencycloud customers.
One new field in the response object of the following endpoints:
Get clients, Get client, Freeze company and Unfreeze company; This field will return Currencycloud if you have configured it as your payment provider; if not, it will return your main banking provider
"paymentProvider": "string"
Two new fields in the response object of the following endpoints:
Get Transaction and Create Transaction:
"purposeCode": "string",
"paymentProviderDetails": {
"shortReference": "string",
"internalReference": "string",
"paymentId": "string",
"conversionId: "string",
"rate": 0.0,
"settlementDate": "2023-04-13T06:35:25.726Z"
}
Four new fields in the response object of the following endpoints: Get beneficiaries, Create beneficiary, Get beneficiary and Update beneficiary:
"aba": "string",
"clabe": "string",
"ifsc": "string",
"cnaps": "string"
Please note that these fields only affect Currencycloud customers.
New endpoints
We have added some new endpoints that allow the creation of new users and set up user credentials:
Name | New endpoint |
---|---|
Create user | POST "https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/users/create" |
Generate customer key | POST "https://api.sandbox.toq.io/iam/api/customers/{customerId}/credentials/generateCustomerKey" |
Create username | POST "https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/users/{userId}/credentials/username" |
Create security questions | POST "https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/users/{userId}/credentials/securityQuestions" |
Create security code | POST "https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/users/{userId}/credentials/securityCode" |
Create password | POST "https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/users/{userId}/credentials/password" |
v28.0.0 (Keller)
Release notes - TOQIO - Version v28.0.0 (Keller)
API Changes
For this release we have updated some of our current endpoints related with billing.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.
Name | Deprecated endpoint | New endpoint |
---|---|---|
Get card fees | GET "https://api.test.toq.io/iam/api/customers/{customerId}/client/{clientId}/card/fees/{currency}" | GET "https://api.test.toq.io/billing/api/customers/{customerId}/client/{clientId}/card/fees/{currency}" |
Get account fees | GET "https://api.test.toq.io/wallet/api/customers/{customerId}/client/{clientId}/account/fees/{currency}" | GET "https://api.test.toq.io/billing/api/customers/{customerId}/client/{clientId}/account/fees/{currency}" |
Get transaction fees | GET "https://api.test.toq.io/wallet/api/customers/{customerId}/clients/{clientId}/transactions/fees" | POST "https://api.test.toq.io/billing/api/customers/{customerId}/clients/{clientId}/transactions/fees" |
More information here
v27.0.0 (Antonelli)
Release notes - TOQIO - Version v27.0.0 (Antonelli)
API Changes
You can issue and manage Modulr cards:- Modulr users needs to answer the security questions for issuing a card.
- Limits are available for Modulr cards
v24.1.0 (Meltzer)
Release notes - TOQIO - Version v24.0.0 (Meltzer)
API Changes
- For the endpoints:
GET https://api.toq.io/wallet/api/customers/{customerId}/cards/{cardId}
POST https://api.toq.io/wallet/api/customers/{customerId}/cards
PUT https://api.toq.io/wallet/api/customers/{customerId}/{clientId}/card/{cardId}
PUT https://api.toq.io/wallet/api/customers/{customerId}/{clientId}/card/{cardId}/updateAlias
GET https://api.toq.io/wallet/api/customers/{customerId}/clients/{clientId}/cards
PUT https://api.toq.io/wallet/api/customers/{customerId}/cards/{cardId}/suspend
PUT https://api.toq.io/wallet/api/customers/{customerId}/cards/{cardId}/activate
DELETE https://api.toq.io/wallet/api/customers/{customerId}/cards/{cardId}
Field Name Value Type Notes token String Card token. Only available for physical cards
v24.0.0 (Meltzer)
Release notes - TOQIO - Version v24.0.0 (Meltzer)
New Endpoints
- Update Card Limits
- Update Card alias
API Changes
- For the endpoint "Issue new card":
POST https://api.toq.io/wallet/api/customers/{customerId}/cards
Field Name | Value Type | Notes |
---|---|---|
cardLimitDaily | Integer | Maximum allowed values: GBP: 100,000.00 EUR: 115.000,00 |
cardLimitMonthly | Integer | Maximum allowed values: GBP: 250,000.00 EUR: 290.000,00 |
cardLimitTransaction | Integer | Maximum allowed values: GBP: 100,000.00 EUR: 115.000,00 |
v22.3.0 (Teitelbaum)
Release notes - TOQIO - Version v22.3.0 (Teitelbaum)
API Changes
- For the endpoint
Issue new card
Field Name | Value Type | Notes |
---|---|---|
cardProgramme | string | Optional |
cardDesign | string | Optional |
v22.2.0 (Teitelbaum)
Release notes - TOQIO - Version v22.2.0 (Teitelbaum)
New Endpoints
- Issue new account
- Get account details
- Get list of accounts
- Cancel an account
- Get available partner products
- Get new card fees
- Get new account fees
New Webhook Notifications
- card-updated
API Changes
- For the endpoint
Create new beneficiary
Field Name | Value Type | Notes |
---|---|---|
visible | boolean | Available types:true Default value: true |