Signed Credit Application¶
Fetch signed credit application for a given applicationID¶
Use this API to retrieve the signed application document for your credit application.
- {applicationId} unique identifier for a credit application
Example:
curl -X GET 'https://arc-aegis.billtrust.com/creditappcore/api/v1/tenants/{tenantId}/creditapplications/{applicationId}/docusign/combined' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Billtrust-Api-Key: <API key value>'
Docusign PDF Response Payload¶
The response object will contain the base 64 content of the signed credit application pdf.
{
"envelopeId": "String",
"documentName": "String",
"content": "String"
}
- envelopeId Unique indentifier for the signed pdf
- documentName Internal name of the signed credit application document
- content Base64 content of the signed credit application pdf.
- Convert the base64 content to a file to get the signed credit application PDF*
The public Swagger Api can be found at:
https://swagger-ui.aws-prod.billtrust.com/?urls.primaryName=Creditapp%20core%20service%20v1#/Credit_Applications_-_DocuSign/getTenantCreditApplicationDocuSignDocumentsAsCombined