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>'
Last updated