Download document

GET https://<payengine-host>/merchant/:merchant_id/document/:document_id/download

Path Parameters

Name
Type
Description

merchant_id*

string

Merchant ID

document_id*

string

Document ID

{
    "message": "succeeded",
    "data": "https://payengineio-dev.s3.us-west-1.amazonaws.com/a4c83161-e2c9-4aa4-83d8-922cdd593035/1646932982.Platform%20Factory%20-%20Independent%20Contractor%20Agreement%20-%20Tri%20Nguyen.docx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYSX4DSFVJZH5MANB%2F20220310%2Fus-west-1%2Fs3%2Faws4_request&X-Amz-Date=20220310T173811Z&X-Amz-Expires=3600&X-Amz-Signature=8b20eb3ce857edf7e0a7466085234d275326b86c8de641b2a450e88e886fac59&X-Amz-SignedHeaders=host"
}

Response Field Definition

Field Name
Type
Description

data

string

A downloadable link of given document

Last updated