Digital Signature (S0AP) API

This Page will show the Steps to sign the doc uisng this API

DIgital Signature (SOAP) API -

API Name

Sign DSC

URL

{{API_URL}}/api/v1/dsc/sign-doc//base64/

Method Type

POST

Headers

Key

Value

Authorization

JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozMDMsInVzZXJuYW1lIjoiYnV5ZXJtYXN0ZXJzQGdtYWlsLmNvbSIsImV4cCI6MTY1MDUzODU3OSwiZW1haWwiOiJidXllcm1hc3RlcnNAZ21haWwuY29tIiwib3JpZ19pYXQiOjE2NTA0NTIxNzl9.90mEXrP74zXQCchgCqRa3viCGiShhsX_r6cd5eGbDuw

Either auth token or MIPL key

MiplApiKey

PjpnwV0RIMWrTIn095wCtlnSCpBN****

gstin

05AAAP*******02

Body

raw

{

"file": "JVBERi0xL************************************************************************************************************************************************************************************wIFIKL0luZm8gMSAwIFI+PgpzdGFydHhyZWYKNzEzMDYKJSVFT0YK",

"signloc": {

"1": {

"ll_x": 320,

"ll_y": 257,

"ur_x": 591,

"ur_y": 316

}

}

}

Response

{

"success": true,

"message": "File signed successfully",

"data": {

"signed_file": "JVBER**********************************************

"file_name": "file_0yxg_jvm_signed.pdf",

"content_type": "application/pdf"

}

}

Response

{

"success": false,

"message": [

{

"ErrorCode": "DSC01",

"ErrorMessage": "Value error, Invalid File"

}

],

"data": {}

}

{

"success": false,

"message": [

{

"ErrorCode": "DSC01",

"ErrorMessage": "Value error, Invalid File Type, File type must be pdf"

}

],

"data": {}

}

Last updated