# Release Notes
This page documents updates to the Konsentus Verify API.
As changes are deployed this page will be updated.
Any breaking changes will be communicated separately.
# [V1.7] - 23rd April 2019
More information on the transition from V1.6 to V1.7 is available on the Important Changes page.
- Changes to PSP Checking Service (formerly TPP Checking Service)
- Removed data wrappers.
- Requests now takes a required jurisdiction query parameter.
- Updated
registerEntries
schema- Returns the
homeRegister
record of the PSP andhostRegister
record for the PSP if it exists in the requested jurisdiction. homeRegister
andhostRegister
have an array ofcategoryEntries
to reduce duplication.
- Returns the
- Introduction of new fields
ncaCountryCode
,registerType
,categoryName
. - Renamed:
eIDAS
/values
toeIDAS
/data
QTSP
toQTSPCommonName
legalName
topspSubjectName
NCA
/Name
toncaName
underhomeRegister
andhostRegister
.legalName
topspLegalName
.authorized
topspAuthStatus
.roles
topspPaymentServices
.
# [V1.6] - 6 March 2019
- Additional resources deployed for Konsentus NCA capabilities
- Update all endpoints to use eIDAS certificate checking service as authentication.
- Generated and documented new Konsentus test eIDAS certificates for a range of scenarios.
- GET /tpp/eidas/
- Updated roles to match PSD2 specification:
- 1 (PSP_PI) becomes 7 (Payment Initiation services),
- 2 (PSP_AI) becomes 8 (Account Information services),
- 3 (PSP_CBPII) becomes 5 (Issuing of payment instruments and/or acquiring of payment transactions).
- Other roles as per PSD2 specification.
- Updated roles to match PSD2 specification:
# [v1.5] - 30th January 2019
- Improvements made to user and API security
- Konsentus can generate test eIDAS certificates
# [v1.4] - 16th January 2019
- GET /tpp/eidas
- Documented bad request (200) scenarios
- Expanded rules for eIDAS QTSP checks
- Additional network security rules applied to infrastructure
# [v1.3] - 18th December 2018
- Tighter security controls applied to Konsentus private network
- Improved application monitoring
- Additional resources deployed for Konsentus NCA capabilities
# [v1.2] - 21st November 2018
- Security updates: Improved site resilience
- Improved application monitoring
- Increased TPP coverage
# [v1.1] - 11th October 2018
- More TPPs data collected and updates to already existing TPPs in the system
# [v1.0] - 9th October 2018
Swagger
- Remove example request data as endpoints are no longer 'stubbed'
Documentation
General Updates:
- Remove Content-Type Header from all GET and DELETE endpoints
- Update TPP id to use GB instead of UK
# [v0.1] - 13th September 2018
- Documentation URL's deprecated
- https://sandbox.konsentus.com/api-docs (old) —> https://swagger.sandbox.konsentus-dev.com (new)
- https://sandbox.konsentus.com/docs (old) —> https://docs.sandbox.konsentus-dev.com (new)
# [v0.1] - 6th September 2018
- Documentation URL's updated to subdomain (Old paths to be deprecated on 13th September)
- https://sandbox.konsentus.com/api-docs (old) —> https://swagger.sandbox.konsentus-dev.com (new)
- https://sandbox.konsentus.com/docs (old) —> https://docs.sandbox.konsentus-dev.com (new)
- Security Updates
- Removal of unused HTTP methods
- Mandatory passing of "content-type" required ("application/json")
- Rate limiting applied per IP (max of 15,000 requests per 5 minutes)
# [v0.1] - 30th August 2018
- Documentation authentication removed for both swagger and customer documentation
# [v0.1] - 17th August 2018
- Updated request and response property for all endpoints from:
client_id
totpp_id
. - Updated country codes for NCAs (part of TPP service)
- UK to GB,
- EL to GR (Greece)
- SL to SI (Slovenia)
- Updated test eIDAS certificates to reference afforementioned country code updates.