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 supportenvelope 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:

...source=Product-Key&msg_id=msg-154c798aa69-1463637551721&action=report%2Fuser%2Fdata&encryption=B64%2FMD5%2FAES%2FCBC%2FPKCS5&payload=fLaaLEvgWN9leASb0g3TNZx4yp0D4yjFcnUNpOgsIHJH9...

Expected response:

OK: msg-154c798aa69-1463637551721
circle-info

If the endpoint throws an exception/error or doesn’t contain msg_id our system waits for 30 seconds and tries to deliver the report again. We push the same report 3 times with a 30-second interval. If all 3 attempts are unsuccessful, our system marks it as a failure.

SDK to receive reports

Java SDK

You can download the latest version of the Instantor Java SDK here:

file-archive
29KB
instantor-api-0.4.5-java

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:

file-archive
3KB
instantor-api-php-0.1.4

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

file-archive
70KB
instantor-api-net-0.5

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.

circle-info

This delivery method is mandatory if you are receiving a human-readable PDF report instead of a JSON file.

Last updated

Was this helpful?