Integration Guide for Developers
This section provides guidance on how to start building with NewDay i.e. how to integrate with NewDay's various deployment environments, getting access to APIs etc.
Overview of the environments
1
User Acceptance Testing (UAT) environment
2
Production environment
Prerequisites for integration
NewDay follows mutual Transport Layer Security (mTLS) protocol version 1.2 or above for any certificate authentication. Therefore, requests must be sent only via HTTPs channels.
Integration with UAT environment
Integration is a simple process:
1
You include the client certificate in the request header.
2
We authenticate the request and whitelist the certificate.
3
You can access the endpoints and verify the response.
NewDay supports two concurrent certificates to ensure seamless transition avoiding any interruption of service; this provides you with an option to provide next year’s certificate in advance before the expiration of the first certificate.
Integration with production environment
We will enable the production server once your interaction with UAT environment is successful. We follow a similar procedure for integrating with production environment as well.
1
You include the client certificate in the request header.
2
We authenticate the request and whitelist the certificate.
3
You can access the endpoints and verify the response.
Was this page helpful?