Download dispute's attachment
Download dispute's attachment
GET https://<PayEngine-host>/api/transaction/:transactionId/dispute/:historyId/attachment?filename=:filename
Path Parameters
Name
Type
Description
transaction_id*
UUID
Transaction ID
history_id*
Int
Dispute history ID
Query Parameters
Name
Type
Description
filename
String
Attachment file name
curl --location --request GET 'https://<PayEngine-host>/api/transaction/4c3d53fc-fe1b-4032-800f-557a04d3a239/dispute/79/attachment?filename=Screen%20Shot%202023-03-02%20at%201.01.13%20pm.png' \
--header 'Authorization: Basic <your-private-key>'{
"message": "succeeded",
"data": "https://merchantportal-assets-dev.s3.us-east-2.amazonaws.com/transaction-4c3d53fc-fe1b-4032-800f-557a04d3a239/disputes/1677892831.Screen%20Shot%202023-03-02%20at%201.01.13%20pm.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYSX4DSFVJZH5MANB%2F20230307%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20230307T054626Z&X-Amz-Expires=3600&X-Amz-Signature=0929d845515c4e8143b50d725a4841f5d13dae084b5d75bc7b474ff73a172594&X-Amz-SignedHeaders=host"
}Last updated