Novalnet Postman Collection

At Novalnet AG, we are committed to providing high-quality, easy-to-use, and trustworthy online payment solutions accessible to all businesses, regardless of their size, industry, or technical expertise. Our top priority is to ensure that our comprehensive application programming interfaces (APIs) are usable by everyone, regardless of their level of experience or technical background.

To live up to this vision, we constantly work on improving the accessibility of our APIs. In all our efforts, we strive to provide a user-friendly interface that offers a seamless and intuitive integration experience.

The Novalnet team achieved this improved accessibility by leveraging the renowned Postman Collection platform. It helps to interact with and understand our APIs, enabling seamless integration. Postman Collection is a comprehensive platform for creating, using, and managing APIs. It streamlines every aspect of the API lifecycle while fostering collaboration within a community of developers.

With Postman Collection, you can gain better access to and effectively utilize our APIs, regardless of your technical background or programming knowledge. It is an intuitive tool and makes collaborating with individuals with varying programming skills or even those without programming experience easier.

Below is a detailed guide on submitting your first API request to Novalnet's sandbox environment. We wish you success integrating our APIs and remain available to assist you with any questions or concerns.

How to use postman collection?

  • All Novalnet APIs are authenticated using Header Authentication.
  • To authenticate your payment requests, use Novalnet's custom header authentication. The custom header field is constructed as follows:
    1. Each header request is built using the Payment access key. To get your Payment Access Key, login to your Novalnet Admin Portal and navigate to the path Projects -> [Select Desired Project] -> API credentials -> Payment access key.
    2. The Payment Access Key should be encoded using a variant of Base64.
    3. The resultant base64_encoded value should be passed in the Novalnet's custom header key X-NN-Access-Key.
      The custom header field is formulated in the format
      X-NN-Access-Key:base64_encoded_value.
  • To test the Novalnet API in your Postman workspace, follow these steps:
    1. To access the Novalnet Public Workspace, simply click on this link.
    2. Navigate to the Collections and create a Novalnet API (2.1.0 v) fork in your workspace. Similarly, from the Novalnet Public Workspace, you should also fork the Novalnet Test Environment from Environments to your workspace for facilitating the API requests.
    3. Before testing the execution of payment methods, select the appropriate environment from the dropdown menu (Refer to the video below).
    4. Click on each payment method in the Collections in your workspace to run them individually.
    5. Observe and review the responses received from the server for each postman API call.
    6. For more details about Novalnet's Postman API, refer to the Novalnet API (2.1.0 v) Overview from your forked collection.