Authorization Data API

Juspay / JusBiz will be pushing the authorization details for every Virtual Card to Corporate using an Auth API webhook. In order to get access to the auth details, Corporate needs to share the below details with Juspay:

Note

Please go through the Webhooks module under Resources section to know more about webhooks.

  1. Webhook URL on which JusBiz will push the auth data to the Corporate

  2. Webhook authorization key - a) username and b) password

Please note:

  1. Please refer the sample request body.

  2. This request will be encrypted using Corporate provided encryption key:

    1. While uploading the RSA Key, corporate will have to select the type of key and define if key is to be used for API auth or for encryption. This will be done on the JusBiz dashboard.

    2. Corporate should store the keyUUID as it will be part of the headers.

  3. This request will also be signed by Juspay. In order to verify, please download the public key from the JusBiz dashboard. You may reach out to your JusBiz POC for further details or queries.

API Endpoints
Production Link
POST
Webhook URL Provided by Corporate
Headers
Body
200 : Success
400 : Invalid Input data
500 : Unexpected Error
Last updated 1 year ago