Prerequisites

How to begin

The corporate’s team can contact Juspay business team to begin the business onboarding process. We will create the test account for you for testing out the functionalities of JusBiz.

JusBiz team provides both Dashboard, which can be experienced with the test credentials, and API, for which corporate can do direct integration with JusBiz.

Before you start

To start exploring the APIs available with JusBiz, please refer to the below details that will be needed for initial setup on Sandbox and Production.

1. merchantID (Required)

Provided by JusBiz team, the unique identifier of your company. Merchant ID will be used as part of the request headers in the API Calls.

2. Customer AES key (Required)

Provided by your company, used for data encryption and decryption, 128 bits (Base64 encoded).

TEST and PROD: must use different AES keys, can be generated on the JusBiz dashboard, using the test credentials shared by the JusBiz team.

3. Corporate RSA public key (Required)

Provided by your company, JusBiz uses it to verify your request signature, 2048 bits (Base64 encoded).

TEST and PROD: must use different RSA public keys. Post generation, public key needs to be uploaded on JusBiz dashboard post login to fetch KeyId.

KeyId will be used as part of the request headers in the API Calls.

4. Customer server IP (Required)

If your company's server has fixed public IP, JusBiz can add it to the IP whitelist to improve security.

5. Expense Category ID (Required)

JusBiz provides ability to create multiple expense types along with their own unique set of UDFs. To use UDFs in Virtual Card Creation API Request, it is mandatory to provide an expense category ID which can be fetched from the JusBiz dashboard post expense type creation.

Production Release

JusBiz team will work with you to check if there are any queries during sandbox integration. If no issues are observed, Issuer Bank will onboard the Corporate into the production setup. You can start the production release once you received your corporate configurations.

Last updated 1 year ago