General Information
Encryptus provides off-ramp solutions that are customized to the partner’s specific business needs. To partner with Encryptus, you are required to complete onboarding requirements: MOU, NDA, KYB together with Due Diligence form and commercial agreement with Encryptus.
Connectivity, Sandbox and Production
As part of the onboarding process, you will be provided access to Web API to set-up partner account and obtain an API Key. Initially the API key will be for 'sandbox' or test environment. API calls are implemented as standard HTTPS calls, initial API requests for onboarding and generateToken are without authentication. Calls over plain HTTP will fail. All request and response bodies should be in JSON, with corresponding application/json headers. If an error is returned, the response body is also a JSON object. All remaining requests must be authenticated, and all API requests must be made over HTTPS. To make a web API call from a client - web application, you must supply an access token on the call. The token acts like an electronic key that lets you access the API and its validity is 1 hour. Once you have completed integration and it has been approved by our integration team, they will issue an API key for the Production environment.
API Swagger UI available on https://sandbox.encryptus.co/v1/api
For sandbox as well as for production environment, you will have access to the Dashboard and overview of orders.
Last updated