Create Order ID and Authorization

Endpoint: POST /api/v1/Instify/Authorization

Request Body (JSON):

Content-Type: application/json

API Request ParameterAPI Request Parameter Detail
orderIdGenerated from merchant end, It can be a Alpha
Numeric Value of Maximum 20 characters

{
 "orderId": "Order2024817" 
} 

Headers:


X-CLIENT-KEYX-CLIENT-IDX-SECRET-KEY
YOUR KEYYOUR IDYOUR SECREAT

Response (200 OK - Success):

{
 "responseCode": "200", 
 "responseMessage": "Success", 
 "data": { 
 "token": 
"MTZETmVmT2Q0a2xZUW53UXJReW1OeVhOcH
Yvb1BhSmVBRmtiTDRxVSs1MUkrdWNtbVpHV1R
mMi96QUFLejVDcDBjTG4zQjcrYk9TSVo2QjAwV
GV5TVpITTNoQWtoSk5yMTZwa2NZWjU4ZXM9" 
 } 
}