Delivery methods
Instantor has two ways of delivering a report to you, using a HTTPS POST request and / or delivery to your SFTP server.
HTTPS delivery
Using the Product Key and Decryption key, you will be able to receive the reports to your specified endpoint and decrypt them. Instantor API provides all the necessary functionality for decrypting the payload, and are available for .NET, Java and PHP.
Environments and Callback URLs
You are required to provide Instantor tech support with atleast one Callback URL. Instantor will configure that Callback URL for your production environment. You can ask Instantor to configure any number of environments (production environment, or staging, or test, etc.) for you, including a unique Callback URL for each environment. E.g. if a client would like to receive reports from their test-environment to a Callback URL associated to that test-environment. Please read more in the Identify your customer section on how to specify the environment in your webpage integration.
Expected response
After data delivery and decryption, the client is required to respond to the original HTTPS request with plain text message in form ofOK: <msg_id>
, where <msg_id>
is unique identifier for that report and is sent as a POST parameter with key msg_id.
Example:
Expected response:
SDK to receive reports
Java SDK
You can download the latest version of the Instantor Java SDK here:
If you want to verify the integrity of the Java SDK, please use the checksum below:
PHP SDK
You can download the latest version of the Instantor PHP SDK here:
If you want to verify the integrity of the PHP SDK, please use the checksum below:
.NET API
You can download the latest version of the Instantor .NET API here
If you want to verify the integrity of the .NET API, please use the checksum below:
SFTP delivery
Reports can be delivered to your server by SFTP. Please provide an endpoint and credentials so that we can configure our system appropriately. You are required to host the SFTP server yourself.
Last updated
Was this helpful?