I am using the create sign request API with the following body to create a sign request:
{
"external_id": "10000",
"parent_folder": {
"id": "0",
"type": "folder"
},
"signers": [
{
"role": "signer",
"email": "ben.jessup@oasisdigital.com"
},
{
"role": "approver",
"email": "benjamin.jessup@valiantys.com"
}
],
"source_files": [
{
"id": "1056087946155",
"type": "file"
}
]
}
After signing and approving the request it goes into a “finalizing” state (shown as “In Progress” in the UI), then eventually goes into a “error_finalizing” status.
Initially I encountered this in a Atlassian Connect Express application, but I saw the same behavior after using Postman to create the sign request. Any thoughts on what could be causing this error? Is there any way to see more detail on the error?